+1 888 340 6572 GET STARTED

Atlanta Gap Down

Article/Author: Omega Research Inc., 1996

Download: ATLANTAGAPDOWN.ELA

File Includes: PaintBar - Atlanta Gap Down

Category: PaintBar

Description:
If price gap down, this study paints next bar.

EasyLanguage Code:
IF HIGH < LOW[1] THEN BEGIN

PLOT1(HIGH,"HIGH");
PLOT2(LOW,"LOW");
IF CHECKALERT THEN ALERT;
END;