Could someone please explain the differences between these two functions. How are they used?
Also, what could be the meaning of the optional Interval argument.
isRawTick([Interval]) -- what is the interval notation?
Of course, what I really want in an advanced chart with interval "T" is a function isTrade(), which tells me whether the current invocation is a trade or not, or just a bid/ask update. These functions don't do that.
Thanks!
Also, what could be the meaning of the optional Interval argument.
isRawTick([Interval]) -- what is the interval notation?
Of course, what I really want in an advanced chart with interval "T" is a function isTrade(), which tells me whether the current invocation is a trade or not, or just a bid/ask update. These functions don't do that.
Thanks!
Comment