[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] breaking the code



PureBytes Links

Trading Reference Links

jason or anyone that can help with this please do so, thanx

Plot( Volume (Prefs  histVol(0), Prefs YestHistVol(0),Prefs  
DeltaHistVol(0),Prefs LookBack(0))));

YestHistVol = HistVol;
HistVol = StdDev(C, 30);
DeltaHistVol = (HistVol - YestHistVol) / HistVol;
If CurrentBar = 1 Then
LookBack = 20;
LookBack = LookBack * (1 + DeltaHistVol);
LookBack = MaxList(LookBack, 20);
LookBack = MinList(LookBack, 60);

If Close > Highest(High, LookBack)[1] Then
Buy at Market;

If Close < Lowest(Low, LookBack)[1] Then
Sell at Market;




------------------------ Yahoo! Groups Sponsor ---------------------~-->
New Yahoo! Mail Plus. More flexibility. More control. More power.
Get POP access, more storage, more filters, and more.
http://us.click.yahoo.com/Hcb0iA/P.iFAA/46VHAA/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/