PureBytes Links
Trading Reference Links
|
x=HighestSince(TimeNum()==073000,H,1);
Plot(x,"LONG",colorGreen,styleThick);
x1=LowestSince(TimeNum()==073000,L,1);
Plot(x1,"SHORT",colorRed,styleThick);
I am trying to plot the HHV and the LLV but it has to start when the
market opens so anything before that has to be ignored. This works
but the problem is that it dissapears the last hour of the day
unless I hit the "minus" sign to bring in more bars it then
reappears.
Mark
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/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/
|