An update for this algorithm is currently pending moderation. Please revisit this page shortly to access the algorithm's latest version.
Description
Description
SuperTrend is a trend-following indicator based on Average True Range. The calculation of its single line combines trend detection and volatility. It can be used to detect changes in trend direction and to position stops.
This version allows you to:
- Use a custom timeframe
- Change bar colour based on Trend
- Display lines instead of dots to output the SuperTrend.
Code is also much cleaner and easier to understand :)
Parameters:
Will update the code to include shading between SuperTrend and price when cTrader provides better implementation for it.
Botnet101
Joined on 08.08.2021
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: SuperTrend.algo
- Rating: 5
- Installs: 1471
- Modified: 17/12/2023 21:28
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.
Missing Namespace or Directive when i tried using it with Cbot, can you plz provide documentation so I can use it with Cbot?