Search found 546 matches

by Andry API support
Fri Jul 22, 2022 1:26 pm
Forum: Bookmap API
Topic: time, state iceberg
Replies: 1
Views: 2486

Re: time, state iceberg

Hi, the JS-API+SIT keeps no time or state of icebergs. You may want to make it yourselves: - store all new icebergs in a key(id)-value(an object that will contain an order, its time and isExecuted value) datastructure (map) - the first time an order appears in your module will be the incoming time w...
by Andry API support
Wed Jun 22, 2022 8:15 am
Forum: KuCoin
Topic: Cannot Trade On Kucoin via Bookmap (Digital Plus)
Replies: 4
Views: 7018

Re: Cannot Trade On Kucoin via Bookmap (Digital Plus)

Hi,
sorry for a confusing message. Unfortunately, Kucoin adapter currently does not support trading. The reason it requires credentials (generally required for trading) is fetching orderbooks.
by Andry API support
Fri Jun 17, 2022 7:23 am
Forum: Bookmap Ltd.
Topic: NEW DOM Pro and Execution Pro included with Global+
Replies: 6
Views: 9509

NEW DOM Pro and Execution Pro included with Global+

Futures traders have been asking for this additional set of functionality for some time, and we are happy to finally offer it to all Global+ users at no additional cost. The DOM Pro (supported by Rithmic and CQG) gives traders a single-click order entry interface and displays market depth against re...
by Andry API support
Wed Jun 08, 2022 1:56 pm
Forum: Bookmap API
Topic: Different Eclipse configurations both with issues all of a sudden?
Replies: 8
Views: 5412

Re: Different Eclipse configurations both with issues all of a sudden?

Although using JAVA_HOME variable is the recommended approach, everything should work just fine without setting it in 99 cases out of 100.
by Andry API support
Fri May 27, 2022 7:21 am
Forum: Bookmap Ltd.
Topic: Liquidation Indicator
Replies: 0
Views: 6085

Liquidation Indicator

New Liquidation Indicator Now Available We’re proud to announce the launch of the new Liquidation Indicator add-on . Available for several crypto instruments on select exchanges, the indicator shows where margin positions are liquidated in real-time. It allows you to see the price level of the liqui...
by Andry API support
Mon May 23, 2022 3:05 pm
Forum: Bookmap API
Topic: Different Eclipse configurations both with issues all of a sudden?
Replies: 8
Views: 5412

Re: Different Eclipse configurations both with issues all of a sudden?

Hi Dean, different Eclipse versions may look different. I have no idea why your changes do not get applied. On the other hand, there may be some deprecated classpath variables that should not affect your projects. Regarding this one When i try to do a gradle build via powershell i get this error sti...
by Andry API support
Tue May 17, 2022 9:21 am
Forum: Bookmap API
Topic: Getting mouse coordinates on heatmap canvas
Replies: 5
Views: 3817

Re: Getting mouse coordinates on heatmap canvas

Hi, this is just an example, perhaps not the best one. @Layer1SimpleAttachable @Layer1StrategyName("Find Canvas") @Layer1ApiVersion(Layer1ApiVersionValue.VERSION2) public class FindCanvas implements CustomModule { @Override public void initialize(String arg0, InstrumentInfo arg1, Api arg2, InitialSt...
by Andry API support
Mon May 16, 2022 2:59 pm
Forum: Bookmap API
Topic: Different Eclipse configurations both with issues all of a sudden?
Replies: 8
Views: 5412

Re: Different Eclipse configurations both with issues all of a sudden?

Hi Dean. Can you please run these commands in powershell and tell me the output for each (each line is a separate command).
where java
java -version
gradle -version
by Andry API support
Mon May 16, 2022 10:30 am
Forum: Bookmap API
Topic: ALERT LOG
Replies: 9
Views: 6133

Re: ALERT LOG

Hi, the SoundAlertFilterSimplified example checks if the userMessage is an instance of Layer1ApiSoundAlertMessage and, if true, logs it. Order rejection may not initially be a user message. It may be a system text message. In this case you need to get a provider from the api object and add a listene...
by Andry API support
Mon May 16, 2022 10:24 am
Forum: General forum
Topic: Interactive Brokers cross instrument trading
Replies: 3
Views: 5542

Re: Interactive Brokers cross instrument trading

Hi,
we are checking if we can add this feature.
If we can't the only way will be writing a custom IB adapter from scratch (see examples here)