PureBytes Links
Trading Reference Links
|
On Monday 16 of February 2004 18:48, DIMITRIS TSOKAKIS wrote:
> Marek,check it again !!!
> Dimitris
Indeed, Mr Professor,
Sorry.
This time I have launched AB to examine formula:
===============
Filter=1;
x=5; //period
change=(C-Ref(C,-1))/Ref(C,-1);
ma_change=MA(change,x);
AddColumn(C, "C",1.2);
AddColumn(Change*100, "Change",1.2); // in %
AddColumn(ma_change*100, "MA_Change",1.2); // in %
Buy=Sell=1;
==================
Regards,
--
Marek Chlopek
mchlopek@xxxxxxx
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
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/
|