Forum

mql5, cannot call a function inside onTick() function

hello, can you help me please :) string CheckFilter(){ string filter= "" ; double myPriceArray[]; int VolumesDefinition = iVolume ( _Symbol , _Period , VOLUME_TICK ); ArraySetAsSeries (myPriceArray, true ); CopyBuffer (VolumesDefinition, 0 , 0 , 3 ,myPriceArray); float

(AMP futures and MT5)is it possible to check real volume data with mql5 ?

hello, I would like to code an algo which uses vertical volume per candle so I want to know if it exists thanks

mql5, method Ctrade::PositionModify() not work :(

hello, I don't understand why my stop loss is not modify during trade //+------------------------------------------------------------------+ //| TRENDTRACKERxm19 | //| |