Forum

Cant find error in indicator

Hi All, Can i trouble you to look into this? Cant seem to find the error in this, the indicator repaints/recalculates. Thank you. //+------------------------------------------------------------------+ //| Adaptive_DeMarker.mq5 | //|

Array out of range in Custom Function

Hi All, Can someone point me to the error in the array, please? Not sure why i keep getting the array out of range on line (163,12). Thank you. Regards, John //+------------------------------------------------------------------+ //| Entry_Template.mq5 |

INF error for only 1 variable

Hi all, For some strange reason, the buffer wd[i] returns INF indefinitely. Ive normalized the digits but its still giving an INF value. Can someone pinpoint the error in the code? Will be greatly appreciated. Thank you. int i = ( int ) MathMax (prev_calculated- 1 , 1 ); for (; i<rates_total; i++){

Need help with iHighest & iLowest appearing on the wrong side of the Moving Average

Hi, The following indicator has been coded to show only above or below the MA, however, this is not showing as expect. Can someone point out the error in the code for me? Thank you. Regards, John //+------------------------------------------------------------------+ //|

RSI Convergence and Divergence

Hi, Can anyone point me in the right direction for where the error in the code is? Am trying to get the RSI divergence plotted on the chart however, the arrows are all over the place. Thank you. Regards, John Doe //+------------------------------------------------------------------+ //|

Array out of range for Value Zone

Hi, I'm having an issue with the Array out of range for line (226,36). The indicator handles are set the same with only the difference of PRICE_HIGH and PRICE_LOW. Can someone point me to where the error is? //+------------------------------------------------------------------+ //|