category Other  at 05/12/2022

volume profile zig

Description

 per ctraderProfilo del volume


using cAlgo.API;

namespace cAlgo.Indicators
{
    [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
    public class Blank : Indicator
    {
        protected override void Initialize()
        {
            ChartObjects.DrawText("AlgoDeveloper", "Please download this indicator from AlgoDeveloper.com", StaticPosition.Center, Colors.Red);
        }

        public override void Calculate(int index)
        {
        }
    }
}


CT
ctid4935132

Joined 22.09.2022

  • Type: free
  • Language: C#
  • Trading Platform: cTrader Automate
  • Filename: Blank (2).algo
  • Rating: 0
  • Downloads: 459
Comments
Only logged in users can post a comment
Comments not found