Search found 276 matches

by Svyatoslav
Mon Feb 20, 2023 11:51 am
Forum: General forum
Topic: Price Display setting in plugins
Replies: 4
Views: 3070

Re: Price Display setting in plugins

Ah, got you... Unfortunately this information is not currently available. It's not something we can put into InstrumentInfo  since it changes on the fly, so to expose it we'd need some separate interface. Not sure how important having this in API is...
by Svyatoslav
Thu Feb 16, 2023 10:19 am
Forum: General forum
Topic: Price Display setting in plugins
Replies: 4
Views: 3070

Re: Price Display setting in plugins

It's purely a visual setting affecting how frequent the prices will be on the price scale. It can be changed at any point and does not affect the instrument, thus it's not exposed through API.

Could you provide a use case where you need it?
by Svyatoslav
Tue Dec 27, 2022 11:18 am
Forum: Bookmap API
Topic: python api Bug?
Replies: 3
Views: 5467

Re: python api Bug?

Yes
by Svyatoslav
Tue Dec 27, 2022 11:11 am
Forum: Bookmap API
Topic: python api Bug?
Replies: 3
Views: 5467

Re: python api Bug?

Hi. You are not taking pips (min tick) into account. The numbers you are seeing are effectively level numbers (which are integers), not raw prices. You need to multiply by pips to get an actual price.
by Svyatoslav
Wed Dec 14, 2022 9:12 am
Forum: General forum
Topic: Problem Connection to Binance Exchange
Replies: 9
Views: 14004

Re: Problem Connection to Binance Exchange

Hi. Binance decided to block US customers from accessing their API. They were rolling out the changes over some interval of time, but looks like right now it's affecting most users. This is outside of our control since their services will simply block your request if you are in certain countries.
by Svyatoslav
Mon Nov 28, 2022 11:14 am
Forum: General forum
Topic: MacOS version of Bookmap
Replies: 64
Views: 235614

Re: MacOS version of Bookmap

Hi. It's already available, though it is in alpha (7.4): https://bookmap.com/current/alpha/m1
by Svyatoslav
Mon Nov 14, 2022 11:47 am
Forum: Bookmap Connect API and Quant solution
Topic: Exchange Port connectivity
Replies: 5
Views: 4994

Re: Exchange Port connectivity

If doing it in a headless way (i.e. no monitor connected) is not mandatory, you could simply use L1 API. Just connect to necessary exchanges via bookmap and do everything you need via L1
by Svyatoslav
Wed Nov 02, 2022 7:36 pm
Forum: General forum
Topic: GTT order configuration
Replies: 3
Views: 2103

Re: GTT order configuration

We don't currently support neither GTD nor GTT configuration from inside bookmap. As I mentioned, those only exist to handle orders sent by other platforms. It is a 100% valid feature request to allow that, but it's not something we have right now
by Svyatoslav
Wed Nov 02, 2022 2:19 pm
Forum: General forum
Topic: GTT order configuration
Replies: 3
Views: 2103

Re: GTT order configuration

Currently GTT duration is not fully supported, it's only there so we can correctly display GTT orders coming from external sources
by Svyatoslav
Wed Nov 02, 2022 10:07 am
Forum: Bookmap API
Topic: Cache in bookmap in new .jar
Replies: 2
Views: 4973

Re: Cache in bookmap in new .jar

If you are talking about the entry point caching - that is done based on the jar file hash, so as soon as you rebuild it (so that hash is different) - it should no longer be cached. That being said, if the above reply from Andrey and my reply didn't help - please record a video if possible to show t...