PureBytes Links
Trading Reference Links
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Well,
show us what you've got so far, tell us where you're stuck, and I'm sure we
can help.
This also may be useful.
Metastock AmiBroker
- --------- ---------
Input(?,?,?,?) Param(?,?,?,?)
MOV(?,?,E) EMA(?,?)
:= =
expression Plot(expression,....)
{comment} // comment <- *VERY* useful!!!
{comment} /* comment */ <- *VERY* useful!!!
- --
Nigel
On Mon, 5 Apr 2004 18:46, bruiserbbq wrote:
> Ooops...Here it is again in Metastock formula. Can you convert it to
> AFL?
>
> Indicator Name:- MMACD - DEMA Offset
>
> Value:=Input("DEMA OffSet Periods",1,55,9);
> Trigger:=Input("Trigger Line",1,55,13);
> SHORT:=(Mov(CLOSE,3,E)+Mov(CLOSE,5,E)+
> Mov(CLOSE,7,E)+Mov(CLOSE,9,E)+
> Mov(CLOSE,11,E)+Mov(CLOSE,13,E));
> LONG:=(Mov(CLOSE,30,E)+Mov(CLOSE,34,E)+
> Mov(CLOSE,38,E)+Mov(CLOSE,42,E)+
> Mov(CLOSE,46,E)+Mov(CLOSE,50,E));
> MMACD:=((Short-Long)/Long)*100;
> MMACD1:=Mov(Mov(MMACD,Value,E),Value,E);
> MMACD-MMACD1;
> Mov(MMACD-MMACD1,Trigger,E);
> 0;
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFAcVgoBbmcM2pfckkRAiRVAJ42O85pID+P5Tbc+FgTQpKvoEb26wCg8okU
HZHl+NlFW2o5WB/64DCJUJY=
=eR9V
-----END PGP SIGNATURE-----
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/
|