PureBytes Links
Trading Reference Links
|
I found this on the net :
The formula for the force index is:
V*(C-ref(C,-1))
NOTE: This formula requires the presence of volume data to work
so I think you would do this(not in front of my pc with AmiBroker
loaded) :
FIndex = Volume*(close-ref(close, -1));
Plot(FIndex,"Force Index",colorblack, styleLine);
--- 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/
|