Search found 39 matches

by mdtrader
Wed Nov 21, 2018 3:18 pm
Forum: Bookmap API
Topic: user and license
Replies: 3
Views: 9618

user and license

Hi,
is it possible to receive some informations about the user or license so I can make sure only specific users can use my code and not moving the jar file to others?

Thanks
by mdtrader
Tue Nov 20, 2018 6:56 pm
Forum: Bookmap API
Topic: Text below or above main graph
Replies: 4
Views: 5489

Re: Text below or above main graph

I mean text like this at certain levels
Image
by mdtrader
Tue Nov 20, 2018 3:01 pm
Forum: Bookmap API
Topic: Text below or above main graph
Replies: 4
Views: 5489

Text below or above main graph

Is it possible to show text on low or top in the primary graph (and if yes, how)?
The idea is to show volume or something else at extrems

Thanks
by mdtrader
Mon Nov 19, 2018 8:52 am
Forum: Bookmap API
Topic: additional informations for VolumeCounter
Replies: 6
Views: 6862

Re: additional informations for VolumeCounter

Hi Serg,

these are very,very helpful informations for me

Thanks
by mdtrader
Wed Nov 14, 2018 2:55 pm
Forum: Bookmap API
Topic: additional informations for VolumeCounter
Replies: 6
Views: 6862

Re: additional informations for VolumeCounter

Hi Serg, sorry for the confusion... I mean the executed volume on the bid and on the ask so I can calculate the delta. I found the VolumeCounter.java now and saw that the calculation is done for the time I choose in the settings, right? I ask because I developed some delta indicators with C++ in Sie...
by mdtrader
Wed Nov 14, 2018 8:17 am
Forum: Bookmap API
Topic: additional informations for VolumeCounter
Replies: 6
Views: 6862

additional informations for VolumeCounter

Hi I try to understand how to get bid ask volume in the simple-example "VolumeTracker" but I need more informations about volumeCounter = new VolumeCounter(interval, volumeCounterType); Where can I find it? I searched in javadoc but couldn't find something. Another thing, is it possible to show bars...
by mdtrader
Tue Oct 30, 2018 3:10 pm
Forum: General forum
Topic: problems to start with api
Replies: 5
Views: 9136

Re: problems to start with api

I'm a little confused now, the error in the sample file shows that this function has not the correct number of fields. This is in the sample file "DemoGeneratorReplayProvider" line 163: IndicatorDefinitionUserMessage indicatorDefinitionMessage = new IndicatorDefinitionUserMessage( 1, "Test instrumen...
by mdtrader
Sun Oct 28, 2018 10:05 am
Forum: General forum
Topic: problems to start with api
Replies: 5
Views: 9136

Re: problems to start with api

I used version Java SE 1.8.0_191 but it seemed that Bookmap use 0_121... I started brand new, created a new project and added the src-directory along the "Layer0APIDemo" documentation but now I got errors for deprecated function calls in "DemoGeneratorReplayProvider.java" for "IndicatorDefinitionUse...
by mdtrader
Sat Oct 27, 2018 4:14 pm
Forum: General forum
Topic: problems to start with api
Replies: 5
Views: 9136

problems to start with api

Hi, I usually code in C++ and I need some help to start coding for Bookmap. I installed Eclipse and copied the jre directory from bookmap into the eclipse directory, hoping it's all I need to create my own jar files but I end up with this error: java.lang.UnsupportedClassVersionError: velox/api/laye...