Is there nobody that can help me with this problem?
From what I see and understand, you are doing it reverse. Could that be?
Try maybe using ArraySetAsSeries
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
WPRArray[j] = iWPR(symbol, WPR_Timeframe, WPR_Period, j);
}
double WPR_Average = iMAOnArray(WPRArray, 0, WPR_MAPeriod, 0, WPR_MAMethod, 0);
WPR = DoubleToString(WPR_Average, 0);
Here is a chart over 20 hours of the values of the indi and the var to illustrate: