Forum

values from volume_Real and volume_tick

hi, how are you?? I want to obtain the values from int volumenreal = iVolumes (_Symbol, PERIOD_CURRENT, VOLUME_REAL); int volumentics = iVolumes (_Symbol, PERIOD_CURRENT, VOLUME_TICK); this is the result I get in the chart... but I need a little help... how I can return the values that show

looking cross between Money Flow Index and On Balance Volumen

I'm looking cross between Money Flow Index: iMFI(Symbol(),0,2,0) and On Balance Volumen: iOBV(Symbol(),0,PRICE_CLOSE,0) only if (iMFI == 0 || iMFI == 100) please check the example: Here the template clic thanks for any idea

datetime to Epoch??

hi everyone do you know some way to convert a date '09.09.2014 18:32:47' or the current time and date to Epoch? ?? thanks for help yhoyo

¿volume_real?

hi how are you? I want to use the VOLUME_REAL in mql4, but I can't I'm search some information in documentation: https://docs.mql4.com/constants/indicatorconstants/prices or chart_volume_real https://docs.mql4.com/constants/chartconstants/chart_view someone can help me please?? really thanks