PureBytes Links
Trading Reference Links
|
hi
I update AB intraday manually thru excel.
I intend to find the stocks at the opening bell ,which
1)Open above previos days high and ( Action-Short)
2)Open below previos days low (Action-Long)
Following is the code i have tried to write but unaware how to write
it in intraday format
TimeFrameSet(in5Minute);
Buy= Open<LLV(L,-1);
Sell=Open>HHV(H,-1);
TimeFrameRestore();
AlertIf(Buy,"sound c:\Media\Notify.WAV","Audio alert",1);
AlertIf(Sell,"sound C:\Media Notify.WAV","Audio alert",2);
At present iam not getting any signals , can any one correct and
advise me pls.
Regards
------------------------ 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/
|