Forum

RSI Sensitivity - Help

Hello everyone! I have developed an indicator to draw RSI sensitivity (for the sake experiment). What I want it to draw, is two lines which gives RSI sensitivity each for a bearish and bullish candle. But it draws nothing. Can anyone help me to find where I took the wrong turn? The code is attached

Struggling to draw a simple vertical line on Indicator window!!!

Hi everyone! Free of what indicator or EA I am trying to develop, isn't there an easy straight-forward way to draw a simple vertical line on indicator window (in i-th bar)?? Does it necessarily require to create and call a function

RSI Sensitivity

Hello everyone, I have modified RSI MQ4 file provided by Metaquotes to calculate and draw RSI rate of change (Let's call it RSI Sensitivity). What I need to calculate follows: RSISen[i] = (RSI[i]-RSI[i-1])/(Close[i]-Close[i-1]) I have done everything according to the book. But I can't get a line (It

Multi-Currency RSI

Hi guys. I am trying to calculate and draw RSI for each currency using RSI value if seven pairs of that currency. But It keeps drawing straight (Horizontal) RSI lines instead of wavy lines. Can anyone tell me where I am wrong with this code