Search found 546 matches

by Andry API support
Fri Feb 12, 2021 2:25 pm
Forum: Bookmap API
Topic: Sample Code to use 2 colors on indicator line and process history
Replies: 4
Views: 1886

Re: Sample Code to use 2 colors on indicator line and process history

Hi! the implementation depends on API you are using. For the Simplified API there is no 2 colored lines but you can emulate it with sections colored differently drawn with different colored  IndicatorModifiable instances. That does not look good sometimes (due to data aggregation the sections look s...
by Andry API support
Tue Feb 09, 2021 6:22 pm
Forum: New Features and Requests
Topic: Scalping BTC using Bookmap
Replies: 1
Views: 7929

Re: Scalping BTC using Bookmap

Hi! Sorry for a delayed response. We have no videos dedicated to scalping only, but our educational course covers various setups in order flow in part 3. https://www.youtube.com/watch?v=Au20OwdAG5s&ab_channel=Bookmap Also, there are some videos by traders/educators/enthusiasts dedicated to scalping ...
by Andry API support
Tue Feb 09, 2021 1:28 pm
Forum: Bookmap API
Topic: Use OrderByOrderBook
Replies: 1
Views: 1408

Re: Use OrderByOrderBook

hi rickbarlow, 1)  It looked like I should be using the OrderByOrderBook class, but I am unable to get any records from it when I am iterating through the class Can you pls clarify the kind of info you need. OrderByOrderBook has getAllIds() method which returns a collection of current orders ids. On...
by Andry API support
Tue Feb 09, 2021 11:03 am
Forum: General forum
Topic: Server Side OCO and Brackets
Replies: 1
Views: 3724

Re: Server Side OCO and Brackets

Hi,
CQG and Rithmic should use server-side brackets. See the table for details.
https://bookmap.com/knowledgebase/docs/ ... cialOrders
by Andry API support
Tue Feb 09, 2021 8:26 am
Forum: Bookmap API
Topic: Timestamps for Trades
Replies: 2
Views: 1344

Re: Timestamps for Trades

Hi,
implement TimeListener and store the t value (nanoseconds) in a variable. Read the variable value when onTrade method is triggered.
by Andry API support
Tue Feb 02, 2021 1:42 pm
Forum: Bookmap API
Topic: ALERT LOG
Replies: 9
Views: 6260

Re: ALERT LOG

Hi oceanis, In general, if an indicator does not feature any extended alert data you can always ask the indicator developer to include such data into alerts. In this very case the indicator is developed by Bookmap. Your message is qualified as a feature request. We will consider adding some extra da...
by Andry API support
Mon Feb 01, 2021 7:40 am
Forum: Bookmap API
Topic: Newbie question pertaining to API and Cloud Notes
Replies: 14
Views: 13731

Re: Newbie question pertaining to API and Cloud Notes

Hi,
pls archive your project and send me in a private message.
by Andry API support
Wed Jan 27, 2021 10:22 am
Forum: Bookmap API
Topic: ALERT LOG
Replies: 9
Views: 6260

Re: ALERT LOG

Pls take a look into LastTradeSoundAlert.java at line 43. There's a metadata parameter (Object) which I put the alias (String) into. You can get the metadata from the message. You already know it is a String (I told you :) ) and now you can cast it to String and extract it (see the updated example a...
by Andry API support
Tue Jan 26, 2021 8:33 am
Forum: Bookmap API
Topic: ALERT LOG
Replies: 9
Views: 6260

Re: ALERT LOG

Hi oceanis, an example attached. LastTradeSoundAlert generates a sound alert for every n-th trade. SoundAlertFilterSimplified filters user messages and logs sound alert instances. SoundAlertFilterSimplified captures alerts for all symbols. So please note if you are running more than one symbol Sound...
by Andry API support
Thu Jan 21, 2021 11:03 am
Forum: New Features and Requests
Topic: More symbols for Binance spot cloud data
Replies: 1
Views: 1123

Re: More symbols for Binance spot cloud data

DOTUSDT, XMRUSDT have just been added.