Forum

mtf gann hilo activator not working

hello ,,, i have this indicator //+------------------------------------------------------------------+ //| MTF_###Gann_HiLo_Activator_v2###.mq4 //| MTF by Zathar, mod c codobro //+------------------------------------------------------------------+ #property

(req) conversion 5 lines from afl to mql4

hello please i want to convert this code to mq4 Hld = IIf(C > Ref(MA(H, 3 ), - 1 ), 1 , IIf(C < Ref(MA(L, 3 ), - 1 ), - 1 , 0 )); Hlv = ValueWhen(Hld != 0 , Hld, 1 ); Hilo = IIf(Hlv == - 1 , MA(H, 3 ), MA(L, 3 )); Trigger = IIf(C>Hilo, colorGreen, colorRed); Plot(Hilo, "HiLo"

question about burton momentum wave???

could any one explain for us how to generate this wave , as i don't understand it thanks in advance -------------- Any object vibrating will produce a wave as a function of time. That is to say, all vibration produces a wave form . . . momentum up . . . momentum down. Price vibration in the market

zigzag function help

hello ,, please what is the zigzag function to get the price or time for the biggest correction between 2 points thanks in advance

function to determine lot size trading 10% of account balance in usdjpy

hello could any one help me find function to find lot size enter with 10 % risk of my balance in usdjpy xx.xxx (5 digit broker) mini account thanks in advance

i can't find the logic behind that pattern

could any one tell me please the logic behind that pattern , how to program it ,,, just the idea not the code