Forum

Share Demo ex5 file

Hi, can someone who downloaded the DEMO version of the famous <deleted> ex5 file can share it with me , because im having problem downloading it from the MQL5 market . Thank you

setindex buffer help

im trying to add this value of the indicator: speed as buffer , please help! i did SetIndexBuffer , but then what i have to do ? //+------------------------------------------------------------------+ //| Speedometr.mq5 | //|

cannot set millisecond timer (100)

im trying to make an EA from custom indicator values (don't have the source of the indicator !). i can get error everytime i put the EA on chat : cannot set millisecond timer (100) , any idea how to fix or bypass this error ? extern int MagicNumber = 0 ; extern bool SignalMail = False; extern bool

EA based on arrows

hi im trying to make ea to trade based on custom indicator arrows , but is not working , what i do wrong ? INDICATOR ARROWS VALUES trend[i] = 0 ; if (T3RSIBuffer[i]>LowBuffer[i] && T3RSIBuffer[i+ 1 ] <= LowBuffer[i+ 1 ]) trend[i] = 1 ; if (T3RSIBuffer[i]<HighBuffer[i] && T3RSIBuffer[i+

one trade per condition

bool DoesTradeExist() { TicketNo = - 1 ; if ( OrdersTotal () == 0 ) return ( false ); for ( int cc = OrdersTotal () - 1 ; cc >= 0 ; cc--) { if (! OrderSelect (cc,SELECT_BY_POS)) continue ; if (OrderMagicNumber()==MagicNumber && OrderSymbol() == Symbol () )

Make arrows from object to buffer

Hi can some make this indicator arrows to be visible in data window ? Thanks

Empty buffer value for custom indicator

Hi im trying to make EA based on custom indicator values but in data window i see only one buffer, either than this its empty when i point the mouse of the arrows any help ? i tried this but didnt work double SignalBuy = iCustom ( NULL , 0 , "pattern" , 0 , 1 ); double SignalSell = iCustom ( NULL

indicator gives too many alerts when its put on chart !!

Hi this indicator gives too many alerts when its put on chart , any idea how to be fixed ??? Thanks

excel sheet calculator

Hi can anyone make this excel sheet, exactly the same !! ? https://www.youtube.com/watch?v=o4o5WGDpywM if yes im ready to post a job in Freelance section

zero divide error on m1 chart !!

Hi can anyone fix the zero error divide ( the error is only when the indicator is put on m1 chart) Thanks :)