Search found 546 matches

by Andry API support
Wed Apr 21, 2021 8:04 am
Forum: Bookmap API
Topic: Exchange-assigned OrderIDs
Replies: 1
Views: 1613

Re: Exchange-assigned OrderIDs

Hi, if the question is about getting order ids (market-by-order data, if supported by the adapter) in your module: for Simplified API, your module should implement MarketByOrderDepthDataListener for Core API , your module should implement Layer1ApiMboDataListener Again, the adapter should support MB...
by Andry API support
Mon Apr 12, 2021 6:48 am
Forum: Bookmap API
Topic: Developing with Bookmap API (step-by-step)
Replies: 38
Views: 85319

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

Log files usually are in C:\Bookmap\Config\Logs for Windows or in a similar location for other OS. If the folder is missing let us know. Bookmap 7.1 runs on Java 1.8 (aka 8). This error usually happens if the compiler has a newer version. But we need to take a look into the log to make sure. You may...
by Andry API support
Thu Apr 01, 2021 9:13 am
Forum: Bookmap API
Topic: Custom column
Replies: 1
Views: 7524

Re: Custom column

It's possible to make a custom notes column (customized column cells: values, font, background color etc). You'll need to: - create a strategy that will prepare all values for the column - run a server at (ip address:port) that will process queries from the column - add a column (CloudNotes type) an...
by Andry API support
Tue Mar 30, 2021 8:25 am
Forum: General forum
Topic: Bookmap and Ninjatrader 8
Replies: 4
Views: 8908

Re: Bookmap and Ninjatrader 8

To change the Ninja account you need to
1) restart Bookmap
2) remove-add the indicator or press F5 for every indicator running for Ninja
by Andry API support
Tue Mar 30, 2021 5:44 am
Forum: Bookmap API
Topic: Can you run Bookmap through IDE when using simplified API?
Replies: 1
Views: 1415

Re: Can you run Bookmap through IDE when using simplified API?

It will work for modules based on any Bookmap API.
by Andry API support
Tue Mar 23, 2021 1:33 pm
Forum: Bookmap API
Topic: Placing trades with JS Api fails
Replies: 3
Views: 3152

Re: Placing trades with JS Api fails

We are expecting trading features for JS API in the next release in about 2 weeks.
by Andry API support
Tue Mar 23, 2021 11:49 am
Forum: Bookmap API
Topic: how to list all selected instruments ?
Replies: 1
Views: 7654

Re: how to list all selected instruments ?

Hi jeff87, you need to implement Layer1ApiInstrumentSpecificEnabledStateProvider to manage actions triggered by strategy checkbox changed state. Please check this interface description in the javadoc. You can get active instruments adding an instrument listener (adapter) to its provider. I forgot to...
by Andry API support
Tue Mar 23, 2021 9:54 am
Forum: Bookmap API
Topic: Stops/Iceberg Indicator for Java API
Replies: 1
Views: 1555

Re: Stops/Iceberg Indicator for Java API

Hi fabse,
currently it is not possible via java but we hope to add it later.
by Andry API support
Mon Mar 22, 2021 4:09 pm
Forum: Bookmap API
Topic: Is it possible to use Injector module with Simplified API?
Replies: 1
Views: 1437

Re: Is it possible to use Injector module with Simplified API?

Hi, currently no injectables for Simplified API unfortunately.
by Andry API support
Mon Mar 22, 2021 2:07 pm
Forum: Bookmap API
Topic: Horizontal Lines
Replies: 3
Views: 8698

Re: Horizontal Lines

Hi, here is a small example with a screenSpacePainter drawing a single last trade line.