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

[amibroker] EasyLanguage into AB



PureBytes Links

Trading Reference Links


Help!

EasyLanguage

Inputs: 
   LookBack(20);
Variable: 
   PercChange(0),
   NewLevel(0),
   AvgPercChange(0);

PercChange = (Close - Close[1])/Close[1];
AvgPercChange = Average(PercChange,20);
NewLevel = Close * (1 + AvgPercChange);
Plot1[1](NewLevel,"");


AB
/*Inputs: 
   LookBack(20);
Variable: 
   PercChange(0),
   NewLevel(0),
   AvgPercChange(0);*/

PercChange = (Close - Close[1])/Close[1];
AvgPercChange = Avg(PercChange,20);
NewLevel = Close * (1 + AvgPercChange);
Plot(NewLevel,"NewLevel",colorRed,1);





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/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/