MarketByOrderDepthDataListener

Custom indicators, trading strategies, data export and recording and more...
DanyloL
Posts: 20
Joined: Mon Oct 19, 2020 12:44 pm
Has thanked: 6 times
Been thanked: 1 time

MarketByOrderDepthDataListener

Post by DanyloL » Sun Nov 01, 2020 7:11 am

Hi. I have a new question. How to determine which markets does MarketByOrderDepthDataListener interface support? It looks like it does support ESH0.CME@RITHMIC but doesn't support ESZ0.CME@RITHMIC nor NQZ0.CME@RITHMIC. Is there a way to determine this without testing on different markets?
Maybe I did something wrong and the interface does indeed support the markets above, but I'm not sure.
Thank you

Andry API support
Posts: 548
Joined: Mon Jul 09, 2018 11:18 am
Has thanked: 25 times
Been thanked: 85 times

Re: MarketByOrderDepthDataListener

Post by Andry API support » Mon Nov 02, 2020 10:55 am

Hi,
Currenly it is not possible to check MBO data availability with API.
MBO is supported with Rithmic (CME, CBOT, NYMEX, COMEX). Pls check ESZ0 one more time.

DanyloL
Posts: 20
Joined: Mon Oct 19, 2020 12:44 pm
Has thanked: 6 times
Been thanked: 1 time

Re: MarketByOrderDepthDataListener

Post by DanyloL » Mon Nov 02, 2020 11:04 am

AndreyR wrote:
Mon Nov 02, 2020 10:55 am
Hi,
Currenly it is not possible to check MBO data availability with API.
MBO is supported with Rithmic (CME, CBOT, NYMEX, COMEX). Pls check ESZ0 one more time.

I tested my indicator on ESZ0 record and the methods (like send()) from the interface didn't send anything, as the indicator didn't show up nor did the Log.info() statement from a method appear, whereas all worked out OK on ESH0 record. Also, my customer tried the indicator on a live ESZ0 data and it also didn't work, but I can ask him to try again today.

DanyloL
Posts: 20
Joined: Mon Oct 19, 2020 12:44 pm
Has thanked: 6 times
Been thanked: 1 time

Re: MarketByOrderDepthDataListener

Post by DanyloL » Tue Nov 03, 2020 7:41 am

Thank you for helping via email.
The thing was that you need to turn off the 'aggregate data' and it starts to work on each of the above markets correctly.

Post Reply