Search found 276 matches

by Svyatoslav
Thu May 06, 2021 9:48 am
Forum: New Features and Requests
Topic: 7.2 b;10 development pls disable pop-up windows, ty
Replies: 2
Views: 8090

Re: 7.2 b;10 development pls disable pop-up windows, ty

In 7.3 most popups are now less annoying (will pop up in right bottom corner of the monitor without blocking you). Let me know what you think.
by Svyatoslav
Wed May 05, 2021 4:30 pm
Forum: Bookmap API
Topic: Rithmic Data different over two different machines
Replies: 3
Views: 10792

Re: Rithmic Data different over two different machines

In Rithmic connection settings you can select the gateway. Default is Chicago.
by Svyatoslav
Mon May 03, 2021 1:28 pm
Forum: Bookmap API
Topic: Rithmic Data different over two different machines
Replies: 3
Views: 10792

Re: Rithmic Data different over two different machines

Hi, Time is the key here. Bookmap assumes that the reconstructed trade ended and sets corresponding flag whenever it either sees a new trade with different aggressor or when 100ms pass since last event. Normally that works mostly fine, as unless there is some problem with the data you will rarely se...
by Svyatoslav
Tue Apr 27, 2021 6:40 pm
Forum: General forum
Topic: MacOS version of Bookmap
Replies: 64
Views: 237175

Re: MacOS version of Bookmap

Hi. Yes.
Alpha: bookmap.com/current/alpha/mac
Beta: bookmap.com/current/beta/mac
by Svyatoslav
Mon Apr 26, 2021 12:44 pm
Forum: Bookmap API
Topic: Values length too low
Replies: 4
Views: 2367

Re: Values length too low

With simplified API that error would be outside of your control anyway... Now, about DxFeed - is UI of the addon enabled? (if yes - it's whitelisted, otherwise it's not, which could be caused by, say, firewall blocking signature files download)
by Svyatoslav
Mon Apr 26, 2021 11:44 am
Forum: Bookmap API
Topic: Values length too low
Replies: 4
Views: 2367

Re: Values length too low

This means that in response to calculateValuesInRange indicator probably didn't return correct number of dots. There is also a known false-positive when user is zooming or dragging, so that can trigger those messages when there is actually no issue. Could you please clarify "are not working" part? I...
by Svyatoslav
Fri Apr 16, 2021 6:16 pm
Forum: Bookmap API
Topic: Is there anyway to disable an indicator temporarily via a checkbox
Replies: 4
Views: 4786

Re: Is there anyway to disable an indicator temporarily via a checkbox

In short, the tricks would be around reloading indicator and/or erasing data. Or using parts of core API. I believe you have suggested one of those yourself. So, what you could do is (from easy to hard): - erasing data, then re-adding it when you want to show it again (using modifiable indicator) - ...
by Svyatoslav
Thu Apr 15, 2021 9:21 am
Forum: General forum
Topic: Linux version
Replies: 33
Views: 191197

Re: Linux version

Hi everyone. arthurk will be the one maintaining Linux build from now on. There will be a new build shortly.
by Svyatoslav
Wed Apr 14, 2021 5:42 pm
Forum: Bookmap API
Topic: Is there anyway to disable an indicator temporarily via a checkbox
Replies: 4
Views: 4786

Re: Is there anyway to disable an indicator temporarily via a checkbox

Your idea with IndicatorModifiable should work, and that's probably the easiest route if you need programmatic control over line visibility. You could use a few tricks in simplified API (I can explain if you want me to), or you could use core API (more complicated, but gives you complete control). H...
by Svyatoslav
Tue Apr 06, 2021 8:36 am
Forum: Bookmap API
Topic: Historical listener with layer1 API
Replies: 3
Views: 13864

Re: Historical listener with layer1 API

Hi. Since you are using core L1 API, please clarify how are you accessing the history, since there are few ways of doing that. If you are using "Generators extension" (which is what simplified "HistoricalDataListener" uses under the hood) you just need to make sure that you set "shouldReceiveHistory...