Category Other  Published on 06/01/2022

Scale Bar


using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
using System.Text;

namespace cAlgo.Indicators
{
    [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class ScaleBarsample : Indicator
    {

        protected override void Initialize()
        {
            Chart.DrawStaticText("Please download from above link", "", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Black);
        }
        public override void Calculate(int index)
        {

        }

    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Scale Bar sample.algo
  • Rating: 0
  • Installs: 1376
Comments
Log in to add a comment.
No comments found.