PureBytes Links
Trading Reference Links
|
What is wrong with this code? It works in 4.60 but doesn't seem to
work in the beta right. I am trying to get the highest High value
since 7:30 AM... Any thoughts on possible problems with the code? I
have PLENTY of data in the database for it...
Thanks for your help
Mark
SetForeign("er h5");
SetBarsRequired( 10000, 0 );
x20=HighestSince(TimeNum()==073000,H,1);
RestorePriceArrays();
Plot(x20,"x20",colorBlue,styleThick);
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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:
http://docs.yahoo.com/info/terms/
|