Search found 546 matches

by Andry API support
Sat Feb 04, 2023 7:38 am
Forum: Bookmap API
Topic: API documentation
Replies: 12
Views: 47844

Re: API documentation

1. Go to the «Applications» in Finder
2. Find «Bookmap», press second (right) mouse button on it
3. Choose «Show content folder»
4. After that, go to «Contents/app/lib»
5. Rename to .zip any ...javadoc.jar file you need. Unzip and open index.html
by Andry API support
Thu Jan 26, 2023 1:33 pm
Forum: New Features and Requests
Topic: Live export of COB data into third party application
Replies: 1
Views: 1318

Re: Live export of COB data into third party application

Theoretically you can do it with API and some programming skills if the data provider is OK with the data exposure (dxFeed or Rithmic are not OK with that. You need approach them and get their approval to expose their data).
by Andry API support
Mon Jan 16, 2023 10:00 am
Forum: General forum
Topic: Cloud Notes
Replies: 23
Views: 31844

Re: Cloud Notes

You can send a copy of that file to me so I can check the reason why it has become unusable.
by Andry API support
Tue Jan 10, 2023 3:25 pm
Forum: General forum
Topic: Cloud Notes
Replies: 23
Views: 31844

Re: Cloud Notes

Looks correct. Has anything else changed (e.g. symbol name) ?
by Andry API support
Fri Jan 06, 2023 10:45 am
Forum: Bookmap Ltd.
Topic: Market Pulse Volume Pressure
Replies: 5
Views: 7040

Market Pulse Volume Pressure

What is the Market Pulse add-on?   Market Pulse consists of multiple per-instrument widgets. Each widget shows an indication of events that are generated by different sources, for example: order flow, order book, options, liquidation or other events. Market Pulse allows you to monitor multiple instr...
by Andry API support
Sat Dec 31, 2022 10:29 am
Forum: Bybit
Topic: Bybit connection issue
Replies: 3
Views: 4732

Re: Bybit connection issue

Enable time auto-synchronization on your machine. If it is enabled and you still have this issue please let us know.
by Andry API support
Fri Dec 30, 2022 2:51 pm
Forum: Bybit
Topic: Bybit connection issue
Replies: 3
Views: 4732

Re: Bybit connection issue

Hi! We will check it.
by Andry API support
Fri Dec 30, 2022 2:34 pm
Forum: Bookmap API
Topic: Absorption Indicator Read in Python Api
Replies: 1
Views: 5564

Re: Absorption Indicator Read in Python Api

Hello,
currently there is no way to access indicator values via API.
But this solution is under construction. If you are allowed to send private messsages please send your email address to me.
As soon as the solution is ready we will contact you.
by Andry API support
Tue Dec 20, 2022 12:12 pm
Forum: Bookmap API
Topic: Simplified API indicator two colors
Replies: 7
Views: 8416

Re: Simplified API indicator two colors

Hi, haven't finished yet.
by Andry API support
Wed Nov 30, 2022 2:25 pm
Forum: Bookmap API
Topic: Developing with Bookmap API (step-by-step)
Replies: 38
Views: 82965

Re: Developing with Bookmap API (step-by-step)

Hi, Bookmap does not have the jackson lib. If you use Gradle build task for your strategies it will not include the jackson library to the jar and classes from jackson will always be missing. You need to create a `fat` jar - an archive which will contain both your strategy and the jackson library (d...