PureBytes Links
Trading Reference Links
|
I am trying to determine how many bars in the last five minutes
while using TICK charts. This would give me a sense of rate the data is coming
in and let me know when volume is tapering off
Using the code below.... but I get an answer of 0
(zero).
Num_Bars = BarsSince<FONT
size=1>(TimeNum() >
Lastvalue(<FONT color=#0000ff
size=1>TimeNum()) -<FONT color=#ff00ff
size=1>500);
"# Bars " + <FONT color=#0000ff
size=1>WriteVal(Num_Bars,<FONT color=#ff00ff
size=1>1.0);
Any one see a problem?
Thanks
Ara
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|