Search found 546 matches

by Andry API support
Fri Nov 22, 2019 7:44 am
Forum: BitMEX
Topic: Bitmex Connectivity
Replies: 13
Views: 26424

Re: Bitmex Connectivity

Hi!! There'll be a new version today. Update the adapter and send error reports in case the adapter crashes (or send me your log and a screenshot).
by Andry API support
Thu Nov 21, 2019 5:20 pm
Forum: General forum
Topic: Volume dots: why sell dots on ASK line?
Replies: 10
Views: 10478

Re: Volume dots: why sell dots on ASK line?

This is caused by DxFeed depth data quality. Take a look at these screenshots. ES data is visualized. DxFeed data is on the left and Rithmic data is on the right. We can see a trade bubble at 18:26:16.500 for both data providers but notice a BBO bump behind the bubble on the right (Rithmic). Zoomed ...
by Andry API support
Thu Nov 21, 2019 11:56 am
Forum: General forum
Topic: session
Replies: 5
Views: 7360

Re: session

berenis Hello, I would also need to set ETH (extended trading hours) / RTH (regular trading hours) for volume profiles columns. I would for example need a volume profile for the ES entire session (ETH): 6 PM previous day -> 5 PM next day (eastern time). As well as regular trading hour session volum...
by Andry API support
Thu Nov 21, 2019 10:51 am
Forum: General forum
Topic: Volume dots: why sell dots on ASK line?
Replies: 10
Views: 10478

Re: Volume dots: why sell dots on ASK line?

Hi berenis,
What is the full alias (what exactly is written on its tab, for example ESZ9.CME@RITHMIC ...) ?
by Andry API support
Thu Nov 21, 2019 9:29 am
Forum: New Features and Requests
Topic: keyboard shortcuts for trading
Replies: 25
Views: 54222

Re: keyboard shortcuts for trading

my idea is to have the addon loaded on lets say, ES and CL and when I have the the ES heatmap on focus the shortcuts will be enabled and when I switch to CL heatmap the shortcuts will be disable on ES and enable on CL This feature (reading an active symbol) will be available for the next release. I...
by Andry API support
Wed Nov 20, 2019 8:05 am
Forum: General forum
Topic: Buy Sell on Volume Dots
Replies: 1
Views: 3225

Re: Buy Sell on Volume Dots

Hi bucks,
green for buys, red for sales, more info here.
Bookmap -> Settings -> Color settings -> Buy Trade Circles / Sell Trade Circles
by Andry API support
Tue Nov 19, 2019 5:34 pm
Forum: General forum
Topic: centralized button the price
Replies: 5
Views: 5212

Re: centralized button the price

right click on the price axis -> Recentering (see the picture) It gives some modes of recentering to choose from (what value will be in the center of the vertical axis on the screen). If you choose "Recenter: none" there will be bo auto-recentering but you'll always be able to recenter the axis by t...
by Andry API support
Mon Nov 18, 2019 6:10 pm
Forum: Bookmap API
Topic: Marketplace: share, sell or buy indicators, trading strategies, services, adapters to external market data and trading
Replies: 16
Views: 45550

Re: Marketplace: share, sell or buy indicators, trading strategies, services, adapters to external market data and tradi

ProGuard provides obfuscation (so people don't crack your code so easily). This isn't Bookmap specific and we recommend that you read some articles on this topic in order to get familiar with it. You may want to start here (official pages). Currently ProGuard is claimed to be free so do not look at...
by Andry API support
Fri Nov 15, 2019 1:59 pm
Forum: Bookmap API
Topic: TradeInfo
Replies: 3
Views: 3757

Re: TradeInfo

Hi hedgefair, I could have misunderstood you so sorry for that. There are two cases of executed volumes - our own executions and somebody's else executions. 1) for somebody's else excecutions just add up sizes starting from the moment tradeInfo.isExecutionStart is true until tradeInfo.isExecutionEnd...
by Andry API support
Fri Nov 15, 2019 9:18 am
Forum: Bookmap API
Topic: TradeInfo
Replies: 3
Views: 3757

Re: TradeInfo

Hi hedgefair,
accumulate execution volumes from ExecutionInfo objects.