Forum

Indicator doesn't respect the RSI limits

Hi, I have one indicator that gives me one alert when I have one engulfing candle in a range of RSI values, but for some reason the indicator is not reading the RSI values and some of the alerts are not being given exactly when the candle closes. Here is the code open1= NormalizeDouble ( iOpen (

Need help fixing a code

Hi, Just a quick one, I am trying to develop an EA just to receive alerts when the current candle closes above or bellow the object created. Here is the code I am using: int LowestCandle= iLowest ( _Symbol , _Period , MODE_LOW , 100 , 10 ); int HighestCandle= iHighest ( _Symbol , _Period