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 16.07.2013
- Type: free
- Language: C#
- Trading Platform: cTrader Automate
- Filename: MACD_RSI.algo
- Rating: 2.5
- Downloads: 106371
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
Comments
Only logged in users can post 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?