Category Oscilators  Published on 31/10/2013

MACD_RSI

Description

This indicator is a combination of the MACD Crossover and the Relative Strength Index.
The MACD is scaled up so that the two indicators overlap.


/

GO
gorin

Joined on 16.07.2013

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: MACD_RSI.algo
  • Rating: 3.33
  • Installs: 107959
Comments
Log in to add a comment.
RA
raf_iq · 2 years ago

Hi, is anyone here able to explain to us how to read/use this indicator?

 

TV
tvrdjan · 3 years ago

would anyone be so wonderful. to explain to me how to use this indicator strategy?

reyx's avatar
reyx · 3 years ago

The line is flato on JPY pairs because of different conversion factor. Just change line 48 to be:
 

```int factor = SymbolName.Contains("JPY") ? 1000 : 100000;```

AR
architectural.site · 3 years ago

わたしも、RSI緑ラインが、フラットのまま!

BA
bave.rowe · 4 years ago

can i anyone help to currect the issue with the green line ? 

ST
Steve.ja.marriott · 5 years ago

Same for me. The MacD part works fine, but the green RSI line is flat, no up or down movement.

GU
Ramiro would you give more information about your experience with the bot please