Search found 11 matches

by hedgefair
Tue Apr 20, 2021 11:01 pm
Forum: Bookmap API
Topic: Exchange-assigned OrderIDs
Replies: 1
Views: 1543

Exchange-assigned OrderIDs

CME : "Exchange-assigned OrderIDs are unique per order and are consistent for the life of the order.  " 

With bookmap onDepth (boolean isBid, int price, int size) looks like the ID of the order is missing.

How can I get the CME OrderID for each orderbook update?

Thanks
by hedgefair
Fri Apr 17, 2020 1:33 pm
Forum: Bookmap API
Topic: Indicator error adding panel settings
Replies: 6
Views: 7918

Re: Indicator error adding panel settings

Problem solved with Svyatoslav help!.

Thanks very much. The Bookmap team is great!
by hedgefair
Fri Apr 17, 2020 12:17 pm
Forum: Bookmap API
Topic: Indicator error adding panel settings
Replies: 6
Views: 7918

Re: Indicator error adding panel settings

I have started bookmap, tried to load indicator and shut down here is the log: https://www.dropbox.com/s/rxwpf7wev9ux6bd/log_20200417_121127_310-common.txt?dl=0 two more: https://www.dropbox.com/s/2h698v0ykuroyh7/log_20200417_113716_831-common.txt?dl=0 https://www.dropbox.com/s/ejj9ypmoqippujk/log_2...
by hedgefair
Fri Apr 17, 2020 11:48 am
Forum: Bookmap API
Topic: Indicator error adding panel settings
Replies: 6
Views: 7918

Re: Indicator error adding panel settings

20200417 11:47:31.916(UTC) WARN: No entry points in D:\Bookmap\MyAPICustomModules\testGUI.jar
by hedgefair
Wed Apr 15, 2020 11:19 pm
Forum: Bookmap API
Topic: Indicator error adding panel settings
Replies: 6
Views: 7918

Indicator error adding panel settings

Note: I'm not aware of a high-level way of doing this. Is there anything on the API now? I have coded an indicator for Bookmap. Running ok. Now I want to add a settings panel.  Following ATRTrailing I've tried to make a test indicator as an example but I cannot make it runs.  "Error: No entry point ...
by hedgefair
Fri Dec 27, 2019 3:33 pm
Forum: Bookmap API
Topic: Executed limit orders
Replies: 1
Views: 3229

Executed limit orders

When a trade is executed I can get tradeInfo.passiveOrderId

How can I get more info of the limit order executed(the history of the order):
1.-
 time when it was created.
2.-
Initial size
3.-
Time of modification(if it is the case) and new size

Thanks
by hedgefair
Fri Dec 27, 2019 2:49 pm
Forum: Bookmap API
Topic: Indicators without dynamic scaling
Replies: 1
Views: 11161

Indicators without dynamic scaling

1.- I want to code an indicator that has fix max and min values on the panel. It should not rescale when I change the length of market data displayed. 2.- Also I want that two lines or more on the same indicator share the same x axis (0 line). Currently two x axis are created. Can anyone tell me how...
by hedgefair
Fri Nov 15, 2019 12:28 pm
Forum: Bookmap API
Topic: TradeInfo
Replies: 3
Views: 3743

Re: TradeInfo

Thanks Andrey,

This is all I can see. How is it not showing up?
by hedgefair
Wed Nov 13, 2019 7:01 pm
Forum: Bookmap API
Topic: TradeInfo
Replies: 3
Views: 3743

TradeInfo

after tradeInfo.isExecutionEnd is true...is there any quick method to get all the cumulative volume executed in the chain?