Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 21:01:50 +0000



Post From: COT / Commitment of Traders

[2021-08-15 12:38:44]
User146848 - Posts: 120
What does the following mean? :

if (InstMeasure.GetIndex()==0) InstrumentMeasure="_F_ALL";
    if (InstMeasure.GetIndex()==1) InstrumentMeasure="_F_ALL_NT";
    if (InstMeasure.GetIndex()==2) InstrumentMeasure="_F_ALL_OI";
    if (InstMeasure.GetIndex()==3) InstrumentMeasure="_F_CHG";
    if (InstMeasure.GetIndex()==4) InstrumentMeasure="_FO_ALL";
    if (InstMeasure.GetIndex()==5) InstrumentMeasure="_FO_ALL_NT";
    if (InstMeasure.GetIndex()==6) InstrumentMeasure="_FO_ALL_OI";
    if (InstMeasure.GetIndex()==7) InstrumentMeasure="_FO_CHG";

_F_ - future contracts?
_FO_ - Futures and options?
_CHG - change?
_NT - ...?
_OI - ...?


Thx