+1 888 340 6572 GET STARTED

Atlanta Crossover

Article/Author: Omega Research Inc., 1996

Download: ATLANTACROSSOVER.ELA

File Includes: ShowMe - Atlanta Crossover

Description:
This ShowMe marks bars where ADX crosses meaning of 25

Inputs:
Buyzone - meaning of ADX
Length - number of bars used to calculate the ADX

EasyLanguage Code:
INPUT: BUYZONE(25),LENGTH(10);

IF ADX(LENGTH) CROSSES OVER BUYZONE OR ADX(LENGTH) CROSSES BELOW BUYZONE THEN BEGIN
PLOT1(HIGH,"SHOWME");
IF CHECKALERT THEN ALERT;
END;