InvestMoneyLab
InvestMoneyLab
Friends

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

InvestMoneyLab
Registered at MQL5.community
InvestMoneyLab
Added topic iMAonArray
I have been trying to use iMAonArray function now. While looking at the following syntax, I am not very clear on how to set total and period parameter correctly. double iMAOnArray ( double array[], int total, int period, int ma_shift, int ma_method
InvestMoneyLab
Added topic Newest Bars Are Not Update
Hi all, I have constructed some custom indicators lately and I had a problem that all newest bars are not updated. They stayed flat at zero. Here's my code, can someone please advise? Thank you. if(Bars<=MA_Period) return(0);