M-E-C
M-E-C
Friends

Add friends via their profile or user search and you will be able to see if they are online

M-E-C
Registered at MQL5.community
M-E-C
Added topic Help for convert from VT to MQL4
Can anyone help me to convert this code in VT langauge to an EA and custom indicator in MQL4 langauge UpCandle:= Close > Open; DownCandle:= Open > Close; PrevBarUp:= Ref(C,-1)>Ref(O,-1); PrevBarDown:= Ref(O,-1)>Ref(C,-1); PrevBarUp2:=