Forum

Please Help, Try Modify just SL or TP of Position and failed

Hi, my code is: how please modify tp of position and keep sl as it was //+-------------------------------------------------------------------+ void ModifyTrades(){ for ( int i= PositionsTotal ()- 1 ; i>= 0 ; i--){ ulong ticket= PositionGetTicket (i); if ( PositionSelectByTicket

Please Help, Try To Convert MQL4 To MQL5 Indicator But Stucked

Hello, I Try To Convert MQL4 Indicator To MQL5 Indicator But Stucked This Is My Try thanks in advance i appreciate any help //+------------------------------------------------------------------+ //| Value Chart Oma.mq5 | //|