Search found 546 matches

by Andry API support
Wed Dec 29, 2021 8:28 am
Forum: Bookmap API
Topic: API documentation
Replies: 12
Views: 48359

Re: API documentation

For debugging you need Eclipse to have : 1. a Run Configuration for Bookmap 2. a project with you addon Then, all you need to make is an empty jar file (you may create a text file and just rename it) bm-strategy-package-fs-root.jar Put it into the project's ...\bin\main\ folder then run Bookmap from...
by Andry API support
Thu Dec 23, 2021 3:25 pm
Forum: General forum
Topic: Drag-Mode and historical data
Replies: 5
Views: 9445

Re: Drag-Mode and historical data

Hi. You will need to use Core API to request data for historical orderbooks. We have no good single example that will fit your request so we will need to take a look at more than one module as examples. https://github.com/BookmapAPI/DemoStrategies/blob/7.1/Strategies/src/main/java/velox/api/layer1/s...
by Andry API support
Mon Dec 20, 2021 4:17 pm
Forum: General forum
Topic: Drag-Mode and historical data
Replies: 5
Views: 9445

Re: Drag-Mode and historical data

Hi, HistoricalDataListener/HistoricalModeAdapter are interfaces for Simplified API which make your addon receive historical data ( data starting from the moment Bookmap was loaded to the point the addon was loaded ). (a moment in the past)----BackfilledDataListener--->(Bookmap started)---->Historica...
by Andry API support
Mon Dec 20, 2021 12:55 pm
Forum: General forum
Topic: Drag-Mode and historical data
Replies: 5
Views: 9445

Re: Drag-Mode and historical data

Hi bronko,
you'll need to modify the addon to receive the historical data. Can you modify your addon? Sorry for any misunderstanding, I need to figure out if the addon you have can be modified or not.
by Andry API support
Mon Dec 20, 2021 8:05 am
Forum: Bookmap API
Topic: API documentation
Replies: 12
Views: 48359

Re: API documentation

Hi Warren 1) OrdersListener refers only to orders placed by a user. If you want to keep track of your orders you will need OrdersListener. It will work either with MBP or MBO data. MarketByOrderDepthDataListener will give MBO data (if ist is supported by the exchange) for all orders available at the...
by Andry API support
Thu Dec 16, 2021 9:28 am
Forum: Bookmap API
Topic: Edit Custom Note with Api
Replies: 2
Views: 2274

Re: Edit Custom Note with Api

Hi,
sorry, currently we have no API for Custom Notes. We are considering implementing it but that won't happen very soon. Please leave a request here to increase the feature priority.
by Andry API support
Wed Dec 15, 2021 9:01 am
Forum: General forum
Topic: Bookmap and Ninjatrader 8
Replies: 4
Views: 8786

Re: Bookmap and Ninjatrader 8

hi alejandrodriguez,
can you please give more details about that.
by Andry API support
Fri Dec 10, 2021 6:46 pm
Forum: General forum
Topic: MacOS version of Bookmap
Replies: 64
Views: 238779

Re: MacOS version of Bookmap

Hi, Zoltan
We'll make it certainly but we didn't get to doing that yet.
by Andry API support
Thu Nov 04, 2021 10:28 am
Forum: Bookmap API
Topic: Forcing Bottom Chart to Redraw
Replies: 1
Views: 2277

Re: Forcing Bottom Chart to Redraw

Hi, sorry for a delayed response.
graph becomes smaller in the X axis over time to the point of being an almost straight horizontal line.
this looks like a bug, we will investigate it.
by Andry API support
Fri Oct 29, 2021 1:11 pm
Forum: Bookmap API
Topic: Using the API to get the Order Size from TCP Panel
Replies: 3
Views: 7670

Re: Using the API to get the Order Size from TCP Panel

We don't currently have any solid plans, but at some point - maybe.