Quote:
|
Originally Posted by nnjeim
try this one
|
Thanx, but this is Fib Tunel not corect.
I need convert from MQL to MQ4 exactly. Or translate from amibroker AFL to MQ4 this code:
per = Param("Period",20,10,55,1);
TH =IIf(Ref(C,-1) > H,Ref(C,-1),H);
TL=IIf(Ref(C,-1) < L,Ref(C,-1),L);
TR = TH-TL;
TRa= Wilders(TR,per);
UpperBand=MA( C, per) + ( 1.6180 * TRa);