Search found 546 matches

by Andry API support
Fri Mar 10, 2023 2:32 pm
Forum: New Features and Requests
Topic: Highlight of last re-center of DOM Pro
Replies: 4
Views: 1218

Re: Highlight of last re-center of DOM Pro

We're excited to announce the latest version of our DOM Pro add-on, which comes packed with a range of powerful new features, including Position In Queue (PIQ) and Single Click Move. Single Click Move enables you to execute trades faster than ever before by using just a single left mouse click. With...
by Andry API support
Fri Mar 10, 2023 2:31 pm
Forum: New Features and Requests
Topic: Docking Dom Pro to the Chart
Replies: 6
Views: 3011

Re: Docking Dom Pro to the Chart

We're excited to announce the latest version of our DOM Pro add-on, which comes packed with a range of powerful new features, including Position In Queue (PIQ) and Single Click Move. Single Click Move enables you to execute trades faster than ever before by using just a single left mouse click. With...
by Andry API support
Fri Mar 10, 2023 2:31 pm
Forum: General forum
Topic: shortcut key to recenter Heatmap and DOM Pro
Replies: 3
Views: 2849

Re: shortcut key to recenter Heatmap and DOM Pro

We're excited to announce the latest version of our DOM Pro add-on, which comes packed with a range of powerful new features, including Position In Queue (PIQ) and Single Click Move. Single Click Move enables you to execute trades faster than ever before by using just a single left mouse click. With...
by Andry API support
Wed Mar 08, 2023 7:53 pm
Forum: Bookmap Connect Incubator
Topic: Create Bookmap Replay Files from historical dxFeed Level 2 data
Replies: 2
Views: 4340

Re: Create Bookmap Replay Files from historical dxFeed Level 2 data

Hi, as soon as I am sure everything is OK on the legal side with replaying dxFeed data I will get back to you.
In general, BookmapRecorder is only available to Quant Solution users.
by Andry API support
Wed Mar 08, 2023 2:30 pm
Forum: Bookmap API
Topic: SVP reference in python
Replies: 1
Views: 4615

Re: SVP reference in python

Unfortunately, columns themselves have no API so it is impossible to access their values. But you can make similar calculations in your add-on.
by Andry API support
Mon Mar 06, 2023 12:55 pm
Forum: Bookmap Ltd.
Topic: NEW DOM Pro and Execution Pro included with Global+
Replies: 6
Views: 9638

Re: NEW DOM Pro and Execution Pro included with Global+

We're excited to announce the latest version of our DOM Pro add-on, which comes packed with a range of powerful new features, including Position In Queue (PIQ) and Single Click Move . Single Click Move enables you to execute trades faster than ever before by using just a single left mouse click. Wit...
by Andry API support
Mon Mar 06, 2023 12:48 pm
Forum: Bookmap Ltd.
Topic: Multibrackets
Replies: 0
Views: 3722

Multibrackets

What is the Multibrackets add-on? The Multibrackets add-on extends the functionality of standard bracket orders, automatically creating additional tiers of Take Profit (TP) and Stop Loss (SL) brackets after order execution. https://bookmap.com/knowledgebase/userguide/images/Addons/Multibrackets/Mul...
by Andry API support
Mon Feb 20, 2023 12:55 pm
Forum: Bookmap Ltd.
Topic: Price Change
Replies: 0
Views: 3638

Price Change

The Price Change algorithm can be used with any instrument and calculates the deviation of the last trade price from the average on an interval. The percentage value shows how close the current deviation is to the max deviation, that was detected on the interval. The algorithm is controlled by the T...
by Andry API support
Mon Feb 20, 2023 11:24 am
Forum: Bookmap API
Topic: Timer Functionality in Core API
Replies: 1
Views: 6939

Re: Timer Functionality in Core API

You need to create an instance of Layer1ApiRequestCurrentTimeEvents class. Send this message from your module when starting or finishing your strategy with isAdd parameter set to true/false respectively. Please see this class javadoc for details.
by Andry API support
Mon Feb 13, 2023 9:24 am
Forum: Bookmap API
Topic: Discrepancy in Order CSV Format for Send Orders
Replies: 2
Views: 6285

Re: Discrepancy in Order CSV Format for Send Orders

hi,
this format is used at the moment.

Code: Select all

<timestamp>,<order id>,<instrument alias>,<bid(1) or ask(0)>,<limit price>,<stop price>,<stop triggered>,<size>
We will update the KB.
Thx.