PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Bruiser,
<FONT face=Arial color=#0000ff
size=2>
input
is equivalent to the AB Param(), in AB instead of naming the type of MA to use
as the last parameter TJ has instead simply created separate calls. So .....MA
is simple, EMA is exponential and WMA is weighted. The translation should be
fairly straight ford for you...
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: bruiserbbq
[mailto:bruiserbbq@xxxxxxxxxxxx]Sent: Sunday, April 04, 2004 3:23
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Help
with my modified MACD indicatorHi all, I have a
modified MACD indicator for Metastock and I can't work out the AFL
equivilant.ST:=Input("Short Term M.A.",3,55,12);LT:=Input("Long
Term M.A.",12,125,26);Trigger:=Input("Trigger
Line",1,21,9);Trend:=Input("Trending
Activity",-10,10,0);Value:=((Mov(CLOSE,ST,E)-Mov(CLOSE,LT,E))/Mov(CLOSE,LT,E))*100;Value;Mov(Value,Trigger,E);Trend;0;Hope
this makes sense.Cheers
BruiserbbqSend BUG REPORTS to
bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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 Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|