Search found 550 matches

by Andry API support
Mon Feb 26, 2024 9:20 am
Forum: New Features and Requests
Topic: FIBONACCI
Replies: 1
Views: 479

Re: FIBONACCI

We are working on addons library that will include this indicator.
by Andry API support
Thu Jan 18, 2024 10:02 am
Forum: Bookmap API
Topic: Layer1ApiSoundAlertMessage WARN message help
Replies: 5
Views: 2906

Re: Layer1ApiSoundAlertMessage WARN message help

You can unzip the javadoc from "C:\Program Files\Bookmap\lib\bm-l1api-javadoc.jar" (this is the location for Windows) and find some info there. If you have questions about API you may also ask them in the Discord Bookmap API channel.
https://discord.com/channels/7965002039 ... 9483396147
by Andry API support
Wed Dec 27, 2023 10:00 am
Forum: General forum
Topic: bookmap data
Replies: 1
Views: 2279

Re: bookmap data

No, Ninja Trader does not allow it. But we recommend that you contact them directly to make sure.
by Andry API support
Tue Dec 19, 2023 9:59 am
Forum: Bookmap API
Topic: Help Needed: Drawing Vertical Lines and Labels in Trading Data
Replies: 2
Views: 3433

Re: Help Needed: Drawing Vertical Lines and Labels in Trading Data

For vertical lines you will need to use Core API, please take a look at these examples
https://github.com/BookmapAPI/DemoStrat ... acepainter
by Andry API support
Tue Dec 19, 2023 9:57 am
Forum: Bookmap API
Topic: Help Needed: Drawing Vertical Lines and Labels in Trading Data
Replies: 2
Views: 3433

Re: Help Needed: Drawing Vertical Lines and Labels in Trading Data

Hi, the summary for APIs are here https://bookmap.com/knowledgebase/docs/API If you're a beginner you may want to start with Simplified API (Java) or Python API. https://bookmap.com/knowledgebase/docs/API#simplified-api https://bookmap.com/knowledgebase/docs/Addons-Python-API These will let you draw...
by Andry API support
Mon Dec 18, 2023 2:31 pm
Forum: New Features and Requests
Topic: Stock being halted the order book problem
Replies: 3
Views: 2148

Re: Stock being halted the order book problem

Hi, if you're talking about a cross, while market is closed, bid>ask. Thing is - at that point levels contain a mix of bids and asks. We do in fact not have separate coloring for a cross area on COB. We don't fully support crosses as those can't exist during active trading on high quality data, so i...
by Andry API support
Wed Dec 13, 2023 2:22 pm
Forum: General forum
Topic: Heatmap Issue,/layout.
Replies: 5
Views: 3696

Re: Heatmap Issue,/layout.

Those market makers are part of data, they are actual market participants, not something artificial.
Limiting the depth in heatmap settings would solve it, but it would just clip everything past certain level.
by Andry API support
Tue Dec 12, 2023 6:02 pm
Forum: General forum
Topic: Heatmap Issue,/layout.
Replies: 5
Views: 3696

Re: Heatmap Issue,/layout.

Hi Bruce,
to attach an image press "Full Editor & Preview" under the text box and then "Attachments" tab -> "Add files"
by Andry API support
Fri Dec 08, 2023 2:16 pm
Forum: General forum
Topic: Setups checklist addon
Replies: 2
Views: 3532

Re: Setups checklist addon

What is your Bookmap version? The addon is for Bookmap 7.4.
by Andry API support
Wed Dec 06, 2023 12:17 pm
Forum: General forum
Topic: dxFeed & Rithmic
Replies: 3
Views: 10550

Re: dxFeed & Rithmic

dxFeed and Rithmic are both providers of market data for CME futures: https://www.cmegroup.com/ and both support the full market depth. However, dxFeed offers historical market data and Rithmic focuses on low latency and high throughput trade execution software. Also, Rithmic supports the Market by ...