PureBytes Links
Trading Reference Links
|
//This is a 2 day Force Index
Plot( EMA (Volume*(C-Ref(C,-1)),2),"",colorRed,styleLine);
Plot( EMA (Volume*(C-Ref(C,-1)),13),"",colorGreen,styleLine);
//This is a 13 Day Force Index
Plot( EMA (Volume*(C-Ref(C,-1)),13),"",colorGreen,styleLine);
Good luck,
Dennis
--- In amibroker@xxxxxxxxxxxxxxx, "traderix2003" <d.adam@xxxx> wrote:
> Has somebody the formula for the Force Index (developed by Dr.
> Alexander Elder /"Trading For A Living")??
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/
|