Search found 83 matches

by Serg
Fri Dec 14, 2018 10:57 am
Forum: Bookmap API
Topic: Demo strategies: QuotesDelta Indicator
Replies: 35
Views: 76400

Re: Demo strategies: QuotesDelta Indicator

mdtrader wrote:
Fri Dec 14, 2018 10:38 am
Hi Serg,
if I try to load your jar file I got this error:
I suppose you are loading Quotes Delta 5, correct? Just tried to reproduce, but didn't get errors. What is your Bookmap build number (Help->About)?
by Serg
Thu Dec 13, 2018 5:05 pm
Forum: Bookmap API
Topic: Indicator: Advanced CVD, Stops, Icebergs, Large orders
Replies: 49
Views: 167044

Indicator: Advanced CVD, Stops, Icebergs, Large orders

Update 14-Mar-2019: An update was published. Same download link: https://bookmap.com/addons/acvd Main updates are: Recomputes and updates history when settings are changed. Computes history (from the instrument subscription moment) Known bug: doesn't redraw history when settings are changed until z...
by Serg
Wed Dec 12, 2018 12:11 pm
Forum: Bookmap API
Topic: API documentation
Replies: 12
Views: 49485

Re: API documentation

Hi, It wasn't supposed to be taken as is, but here is a fix. The code on the image is missing implementation of CustomModuleListener interface, which has methods initialize() and stop(). If you don't need these methods, you can implement CustomModuleAdapter instead as shown here: @Layer1SimpleAttach...
by Serg
Wed Dec 12, 2018 11:01 am
Forum: Bookmap API
Topic: Convert historical/replay Ninjatrader8 data to Bookmap feeds
Replies: 3
Views: 7643

Re: Convert historical/replay Ninjatrader8 data to Bookmap feeds

Hi, Creating Bookmap readable data files from proprietary or any other data source is possible only with Quant license. But I suppose it's too expensive for this purpose. I'm not familiar with NT's format and what "tick data" means. Is there depth data? Do you have a sample? It's essential to have h...
by Serg
Tue Dec 11, 2018 11:32 am
Forum: Bookmap API
Topic: Developing with Bookmap API (step-by-step)
Replies: 38
Views: 86924

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

Main post updated with a link to API documentation (javadoc)
by Serg
Tue Dec 11, 2018 11:18 am
Forum: Bookmap API
Topic: API documentation
Replies: 12
Views: 49485

API documentation

The documentation for the Bookmap API is included in Bookmap installer. Click here to download the installer. After installation copy the documentation jar file "C:\Program Files\Bookmap\lib\bm-simplified-api-wrapper-javadoc.jar" to somewhere and extract it like a zip file (for instance, with 7z ). ...
by Serg
Tue Dec 04, 2018 6:57 pm
Forum: New Features and Requests
Topic: Charting Features & Improvements
Replies: 3
Views: 5464

Re: Charting Features & Improvements

Hi, that's a nice list, thanks for the effort. We'll definitely address most of that. Some of the indicators you mentioned are easy to develop via the API so we'll make them as examples.
by Serg
Tue Dec 04, 2018 6:50 pm
Forum: New Features and Requests
Topic: Please Add TWAP
Replies: 1
Views: 3591

Re: Please Add TWAP

Hi, thanks for suggesting. Just to clarify, if we are talking about TWAP as an indicator and not as an execution strategy, then it's the same as moving average, correct? Both can be calculated with either a sliding window or a fixed anchor point from which it counts.
by Serg
Tue Dec 04, 2018 5:49 pm
Forum: Request a connection
Topic: [REQUEST] New DataFeed From KLSE Exchange
Replies: 1
Views: 16356

Re: [REQUEST] New DataFeed From KLSE Exchange

Hello,

We currently don't have such plans. But Bookmap Connect API allows anyone to develop such adapter.

Regards,
Serg
by Serg
Tue Dec 04, 2018 4:15 pm
Forum: Bookmap API
Topic: Demo strategies: QuotesDelta Indicator
Replies: 35
Views: 76400

Re: Demo strategies: QuotesDelta Indicator

Hi,
I added a checkbox that makes it reset on every price change, you can download it here. Personally, I don't find this mode very useful for chart trading, but it's up to you.