Category Other  Published on 10/04/2020

Indicator Alert

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's avatar
ctrader.guru

Joined on 19.07.2018

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Indicator Alert Profile.algo
  • Rating: 0
  • Installs: 2132
Comments
Log in to add a comment.
No comments found.