gosztika / Publications
Forum
Mql4 to Mql5 Indicator manual converter
I have an mql4 indicator code but i wanted to convert into mql5. I changed the old start() -> OnCalculate(), solve all the time,Bars,High,Low function but i think missed some array modification because i get all the time "Out of Array " error and i don't know what i missed, because the same code is
Partial Close EA with in custom RR based on sl
Hello The general idea is partial at 10RR 50% and the rest run. The partial price calculated is correct, but the partial did not happend, and i don't know why ? Thanks for your help extern int RR = 10; extern int sl = 25; void OnTick () { if ( OrdersTotal () == 0 ) { int buyticket =