×

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.

Atlanta System ADX - MultiCharts
Open main menu

Atlanta System ADX

Revision as of 17:50, 16 October 2013 by Roman MultiCharts (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article/Author: Omega research Inc., 1997


Signal ELA Code:

 INPUT: BUYZONE(25),LENGTH(10);
 INPUT: BUYZONE(25),LENGTH(10);
 
IF ADX(LENGTH) CROSSES OVER BUYZONE THEN BUY NEXT BAR ON CLOSE STOP;
 
IF ADX(LENGTH) CROSSES BELOW BUYZONE THEN SELL NEXT BAR ON CLOSE STOP;