question interpreting this statement:
if (nState == BARSTATE_NEWBAR)...
when is the function (BARSTATE_NEWBAR) not true?
is it while the current new bar is forming? (say 5 mins),
or immeadiately after the new bar has formed?
will a function that calls BARSTATE-NEWBAR continue looping until the new bar has formed?
hope this makes sense.
thanks for any guidance.
peter
if (nState == BARSTATE_NEWBAR)...
when is the function (BARSTATE_NEWBAR) not true?
is it while the current new bar is forming? (say 5 mins),
or immeadiately after the new bar has formed?
will a function that calls BARSTATE-NEWBAR continue looping until the new bar has formed?
hope this makes sense.
thanks for any guidance.
peter
Comment