MultiCharts Easter Sale has jumped in! Up to 50% off Explore offers
+1 888 340 6572 GET STARTED

Support-Resistance

Article/Author: "Automated Support and Resistance", Mel Widner, Ph.D., S&C Magazine, Traders Tips, 05/1998

Download: suppres.ela

File Includes:
Strategy - Support-Resistance
Function - WRO
Function - WSO
Indicator - Support-Resistance

Category: Strategy > Support-Resistance

Description:

Inputs:

Signal Support-Resistance ELA Code:
INPUTS: STRENGTH(4), LENGTH(6), AVGLEN(30), BUYLEN(4), BUYLEV(95);


IF MRO(WSO(STRENGTH, LENGTH) > AVERAGE(WSO(STRENGTH, LENGTH), AVGLEN), BUYLEN, 1) <> -1 THEN
BUY THIS BAR ON CLOSE;

IF AVERAGE(WRO(STRENGTH, LENGTH), AVGLEN) CROSSES ABOVE BUYLEV THEN
BUY THIS BAR ON CLOSE;

{COPYRIGHT 1998 TECHNICAL ANALYSIS, INC.}