Robert Somerville / Publications
Forum
Convert CTL code to MQL4 (custom indicator)
I would be very grateful if someone could assist me to convert the following custom indicator coded in CTL (Common Technical Analysis Language) to MQL4: indicator Wave_15_Min; input C=close,O=open,H=high,L=low, period1 = 5,period2=20,period3=80,period4=480; draw line1("15 Min"), line2("1 Hour")