10.2.
Been runningsome efs with Bar (not Tick) replay, ie isReplayMode() == true, some things don't wrk:
dtTime = getValue("Time", sSymbol); // does not return from call (sSymbol is text), does work as getValue("Time");
getFirstBarIndexOfDay(dtTime, sSymbol) // returns 0, works without sSymbol. BUT...
getFirstBarIndexOfDay(dtTime,) // returns faulty value after you rewind the bar (in bar replay mode), the rerturn value will be the same value as that returned before the rewind
getValue("High", nIndex, -nLookBack, sSymbol ); // does not return unless sSymbol removed.
[when I first saw this post it came up as if a reply to another thread, not a new post. very odd]
Been runningsome efs with Bar (not Tick) replay, ie isReplayMode() == true, some things don't wrk:
dtTime = getValue("Time", sSymbol); // does not return from call (sSymbol is text), does work as getValue("Time");
getFirstBarIndexOfDay(dtTime, sSymbol) // returns 0, works without sSymbol. BUT...
getFirstBarIndexOfDay(dtTime,) // returns faulty value after you rewind the bar (in bar replay mode), the rerturn value will be the same value as that returned before the rewind
getValue("High", nIndex, -nLookBack, sSymbol ); // does not return unless sSymbol removed.
[when I first saw this post it came up as if a reply to another thread, not a new post. very odd]
Comment