PureBytes Links
Trading Reference Links
|
Below is my day trading strategy for IBM, simple, and long only.
Why is it that the sell arrows in AB appear a day late?
Any ideas?
nand
//======================================
SetTradeDelays(0,0,0,0);
Buy=IIf(Cross(C,Ref(H,-1)),1,0);
BuyPrice=IIf(O>Ref(H,-1),O,Ref(H,-1)+ 0.20);
Sell=C;
Buy=ExRem(Buy,Sell);
Sell=ExRem(Sell,Buy);
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online-No late fees! Try Netflix for FREE!
http://us.click.yahoo.com/YKLNcC/oEZFAA/i5gGAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|