×

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

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;