×

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

Atlanta System

579 bytes added, 16:56, 12 March 2012
Created page with "'''Article/Author:''' Omega research Inc., 1997 '''Signal ELA Code:''' <syntaxhighlight> IF CLOSE > AVERAGE(CLOSE,200) THEN BEGIN VALUE1 = HIGHEST(HIGH,20); VALUE2 = ..."
'''Article/Author:''' Omega research Inc., 1997


'''Signal ELA Code:'''

<syntaxhighlight>
IF CLOSE > AVERAGE(CLOSE,200) THEN

BEGIN

VALUE1 = HIGHEST(HIGH,20);

VALUE2 = LOWEST(LOW,20);

IF RSI(CLOSE,14) < 20 THEN

BEGIN

VALUE1 = HIGHEST(HIGH,5);

VALUE2 = LOWEST(LOW,5);

END;

BUY NEXT BAR AT VALUE1 STOP;

EXITLONG NEXT BAR AT VALUE2 STOP;

END;

</syntaxhighlight>

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

'''File Includes:''' Signal - Atlanta System

[[Category:Signals]]