I'm having problems with tick data for AX M4-DT
If I load the tick chart (e.g. 10T) after the market starts, say 8:05am, then the tick chart is populated with previous days ticks and current days ticks, a moving average also works okay.
If I load the tick chart before the market starts, say 7:55am, then the tick chart is not populated with previous days ticks, current days ticks start normally once the market is open but the moving average won't appear unless I reload eSignal..
Subsequently this creates efs problems when using something like this before the market opens:
var tickbars = 20;
var ticksymbol = getSymbol() + ",10T";
var tickhistory = getValue("Close", 0, tickbars, ticksymbol);
any ideas?
If I load the tick chart (e.g. 10T) after the market starts, say 8:05am, then the tick chart is populated with previous days ticks and current days ticks, a moving average also works okay.
If I load the tick chart before the market starts, say 7:55am, then the tick chart is not populated with previous days ticks, current days ticks start normally once the market is open but the moving average won't appear unless I reload eSignal..
Subsequently this creates efs problems when using something like this before the market opens:
var tickbars = 20;
var ticksymbol = getSymbol() + ",10T";
var tickhistory = getValue("Close", 0, tickbars, ticksymbol);
any ideas?
Comment