Search found 549 matches

by Andry API support
Mon Nov 06, 2023 7:57 am
Forum: General forum
Topic: larger time frames and historical data
Replies: 6
Views: 6916

Re: larger time frames and historical data

If you have a Dxfeed or Omnifeed subscription by default you get up to 24 hours of historical/backfill data. If you use any other data feed like Rithmic, CQG etc you get 1 Hour of historical/backfill data. If you want to get more historical data then you have three options: 1. Subscribe to the dxFee...
by Andry API support
Thu Oct 19, 2023 12:47 pm
Forum: Bookmap API
Topic: Wrong close prices
Replies: 3
Views: 4659

Re: Wrong close prices

If you are plotting on main (primary) chart it will accept values in pips because there is the price axis on the right of the main chart. So it will multiply the passed value by pips.
But if you are plotting on the bottom chart it will plot exactly the passed value.
by Andry API support
Thu Oct 19, 2023 12:32 pm
Forum: Bookmap API
Topic: Wrong close prices
Replies: 3
Views: 4659

Re: Wrong close prices

in API price is measured in pips.
Here it must be equal to 0.25 because 17553 multiplied by 0.25 makes 4388.25
You can get pips values from the InstrumentInfo object which is passed to initialize method (if you are using Simplified API).
by Andry API support
Thu Oct 05, 2023 8:05 am
Forum: Bookmap API
Topic: Cross Trading info in the API
Replies: 1
Views: 32242

Re: Cross Trading info in the API

Hi,
currently not, will be implemented in future.
Can you please add your post to this feature request
https://bookmap.com/forum/viewtopic.php?f=21&t=4930
by Andry API support
Thu Sep 14, 2023 6:52 am
Forum: New Features and Requests
Topic: Executed Limit Orders Data
Replies: 3
Views: 3114

Re: Executed Limit Orders Data

Hi, This is relevant only for MBO data where individual limit orders may be distinguished. Bookmap shows executions. Even market orders are typically executed in chunks, you can see it if zoom in. But it typically takes a moment for a market order to be executed. For large limit orders, if executed ...
by Andry API support
Fri Sep 01, 2023 7:36 am
Forum: General forum
Topic: Rithmic issues
Replies: 4
Views: 7483

Re: Rithmic issues

keep denying or not recognizing
Can you add more detail to your description please? If you see something is wrong please make a full screen shot and add logs to your message.
by Andry API support
Fri Aug 18, 2023 9:08 am
Forum: General forum
Topic: MacOS version of Bookmap
Replies: 64
Views: 244826

Re: MacOS version of Bookmap

Hi, which Bookmap version did you download: for Mac or for Mac M1/M2?
Mac version
https://bookmap.com/current/beta/mac
Mac M1/M2 version
https://bookmap.com/current/beta/m1
by Andry API support
Fri Aug 04, 2023 12:20 pm
Forum: Bookmap API
Topic: Hotkey with layer1 indicators
Replies: 2
Views: 5045

Re: Hotkey with layer1 indicators

Hi, please take a look at this example (searching for an active symbol while a key is pressed):
https://bookmap.com/forum/viewtopic.php ... mbol#p1276
by Andry API support
Fri Jul 21, 2023 7:21 am
Forum: Bookmap API
Topic: data editor with MBO
Replies: 1
Views: 4786

Re: data editor with MBO

DataEditorBasicExample inherits its superclass MBO-related methods: onMboSend, onMboReplace, onMboCancel. Add your features to those.
by Andry API support
Thu Jun 29, 2023 9:57 am
Forum: General forum
Topic: larger time frames and historical data
Replies: 6
Views: 6916

Re: larger time frames and historical data

Hi,
large periods of history are not supported yet. We are planning to support it later.