Category Volatility  Published on 06/01/2022

MTF Bollinger Bands Update


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

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


        public override void Calculate(int index)
        {
            Chart.DrawText("Please download above link", "", index, 0, Color.Beige);
        }
    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: MTF BB V2 sample.algo
  • Rating: 5
  • Installs: 876
Comments
Log in to add a comment.
No comments found.