Description
Monitoring breakout indicators levels, for all indicators with source exposed, simple and powerful
/* CTRADER GURU --> Template 1.0.3
Homepage : https://ctrader.guru/
Telegram : https://t.me/ctraderguru
Twitter : https://twitter.com/cTraderGURU/
Facebook : https://www.facebook.com/ctrader.guru/
YouTube : https://www.youtube.com/channel/UCKkgbw09Fifj65W5t5lHeCQ
GitHub : https://github.com/cTraderGURU/
TOS : https://ctrader.guru/termini-del-servizio/
*/
using cAlgo.API;
namespace cAlgo
{
[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class IndicatorAlertProfile : Indicator
{
protected override void Initialize()
{
Chart.DrawStaticText("cTrader Guru", "Please download this indicator from https://ctrader.guru/product/indicator-alert/", VerticalAlignment.Center, HorizontalAlignment.Center, Color.Red);
}
public override void Calculate(int index)
{
// --> Result[index] = 0;
}
}
}
ctrader.guru
Joined on 19.07.2018
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Indicator Alert Profile.algo
- Rating: 0
- Installs: 2300
- 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.
No comments found.