×

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.

Atlant IfThenElse - MultiCharts
Open main menu

Atlant IfThenElse

Revision as of 16:49, 12 March 2012 by Roman MultiCharts (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article/Author: Omega research Inc., 1997


Signal ELA Code:

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;

}

Download: ATLANT IFTHENELSE.ela


File Includes: Signal - Atlant IfThenElse