Forum

"input array type not allowed" - error; Help Needed!

Hello everyone, I just need a little help (mql5). I declared an array as an input on the global area but got some error saying "array type is not allowed". Code below...what would be the right way to do it? //+------------------------------------------------------------------+ //| datetime.mq5 | //|

Issues with indicator Buffers - Help Needed!

The mt5 indicator below (MA_Of_CCI) appears to have two buffers but when used for an EA code, these buffers do not return any values. They are empty almost all time during test and this is the problem. Please take a look at the Code below and assist; thanks

Need Help, SMA20-Mql5 EA

Hello Friends, my coding ability in mql5 is very limited. I have been trying to get the SMA20 value to use in another function but cannot. Can anyone please help! The attached code compiles well but does not give me the price value of sma20 as Comment on screen. I just can't figure out what I am