Category Other  Published on 21/09/2021

TK_PipValue

Description

aaa


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


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

        protected override void Initialize()
        {

            Chart.DrawStaticText("AutocalculateLots", "Please download from the link above.", VerticalAlignment.Top, HorizontalAlignment.Center, Color.Red);

        }

        public override void Calculate(int index)
        {



        }

    }
}


AN
anhnt204.fx

Joined on 21.09.2021

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