PureBytes Links
Trading Reference Links
|
CondBull=SAR()<C;//bull
condbear=SAR()>C;//bear
switch=Flip(Condbull,Condbear);
price=ValueWhen(Flip(Condbull,Condbear),C);
DateNumb=ValueWhen(switch,DateNum());
Filter=1;;
Buy=0;
text=WriteIf(Condbull,"Bull",WriteIf(Condbear,"Bear",""));
AddColumn(DateNumb,"DateOFflip",1);
AddColumn(Condbull,"Bull");
AddColumn(Condbear,"Bear");
AddColumn(switch,"switch");
AddColumn(price,"close");AddTextColumn(text,"SAR()");
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
|