×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts

Changes

Jump to navigation Jump to search

Force Index System

680 bytes added, 13:44, 14 October 2013
Created page with "Article/Author: Dr. Alexander Elder Description: This strategy based on Force Index indicator '''Function Force_Ind1 Code''': <syntaxhighlight> INPUTS: FORCE_I(NUMERICSERI..."
Article/Author: Dr. Alexander Elder

Description: This strategy based on Force Index indicator

'''Function Force_Ind1 Code''':
<syntaxhighlight>
INPUTS: FORCE_I(NUMERICSERIES),LENGTH(NUMERICSIMPLE);
FORCE_IND1 = XAVERAGE(FORCE_I,LENGTH);
</syntaxhighlight>

'''Signal Force_Index ELA Code:'''
<syntaxhighlight>
INPUTS: LENGTH1(2),LENGTH2(13);



IF FORCE_IND1(VOLUME*(CLOSE - CLOSE[1]),LENGTH1) CROSSES BELOW

FORCE_IND1(VOLUME*(CLOSE - CLOSE[1]),LENGTH2) THEN SELL THIS BAR ON THE CLOSE;



IF FORCE_IND1(VOLUME*(CLOSE - CLOSE[1]),LENGTH1) CROSSES ABOVE

FORCE_IND1(VOLUME*(CLOSE - CLOSE[1]),LENGTH2) THEN BUY THIS BAR ON THE CLOSE;
</syntaxhighlight>
[[Category:Signals]]

Navigation menu