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: 108713
- Modified: 13/10/2021 09:54
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
TV
would anyone be so wonderful. to explain to me how to use this indicator strategy?
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
わたしも、RSI緑ラインが、フラットのまま!
BA
can i anyone help to currect the issue with the green line ?
ST
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
Hi, is anyone here able to explain to us how to read/use this indicator?