+1 888 340 6572 GET STARTED

Show High Atlanta

Article/Author: Omega Research Inc., 1996

Download: SHOWHIGHATLANTA.ELA

File Includes: ShowMe - Show High Atlanta

Description:
This ShowMe marks highest high of 10 days period

Inputs:
Price - specifies which price of the asset of interest is to be used
Length - the number of trailing bars to consider

EasyLanguage Code:
INPUT: PRICE(HIGH),LENGTH(10);

IF HIGH > HIGHEST(PRICE,LENGTH)[1] THEN BEGIN
PLOT1(HIGH,"SHOWME");
IF CHECKALERT THEN ALERT;
END;