yhoyo
yhoyo
Friends

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

yhoyo
Added topic 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
yhoyo
Added topic 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 
yhoyo
Added topic 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
yhoyo
Registered at MQL5.community
yhoyo
Added topic ¿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