×

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
Open main menu

Changes

Atlant IfThenElse

591 bytes added, 16:49, 12 March 2012
Created page with "'''Article/Author:''' Omega research Inc., 1997 '''Signal ELA Code:''' <syntaxhighlight> IF AVERAGE(CLOSE,9) CROSSES ABOVE AVERAGE(CLOSE,19) THEN BUY("LE#1") ON THE CLO..."
'''Article/Author:''' Omega research Inc., 1997


'''Signal ELA Code:'''

<syntaxhighlight>
IF AVERAGE(CLOSE,9) CROSSES ABOVE AVERAGE(CLOSE,19) THEN

BUY("LE#1") ON THE CLOSE;

{ELSE BUY("LE#2") NEXT BAR AT HIGHEST(HIGH,10) STOP;}



IF AVERAGE(CLOSE,9) CROSSES BELOW AVERAGE(CLOSE,19) THEN

EXITLONG("EL#1") ON THE CLOSE;

{

ELSE

EXITLONG("EL#2") NEXT BAR AT LOWEST(LOW,10) STOP;

}

</syntaxhighlight>

'''Download:''' [http://www.multicharts.com/files/elafiles/ATLANT%20IFTHENELSE.ela ATLANT IFTHENELSE.ela]


'''File Includes:''' Signal - Atlant IfThenElse

[[Category:Signals]]