Crunch007 / Publications
Forum
iMA based on different applied price
Hi, I need assistance with an MA calculation. I want to use iMA with a custom applied price. Is there an easy way to calculate iMA based on the difference between Open and Close? example: iMA(_Symbol,_Period,21,0,MODE_SMA,Close-Open); I tried to convert my MQL4 code. But keep getting Array out of