Description
A combination of Relative Strength Index, Bollinger Bands and Moving Averages.
Strategy:
Buy: The Price line is above the Signal line and above the middle Bollinger Band line.
Sell: The Signal line is above the Price line and middle Bollinger Band line.
The Bollinger Bands show the strength and direction of the trend.
u
fzlogic
Joined on 06.08.2012
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Traders Dynamic Index.algo
- Rating: 0
- Installs: 11276
- 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.
IR
Is it possible to amend the code to let the user choose the timeframe?
This is wrong. Signal should be applied on _price.Result not _rsi.Result. Deviation should be double not int and value should be 1.619.