Category Other  Published on 06/01/2022

MWD Line


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 MWDLinesample : Indicator
    {

        protected override void Initialize()
        {

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

        }

        public override void Calculate(int index)
        {



        }

    }
}


yomm0401's avatar
yomm0401

Joined on 11.04.2020

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: MWD Line sample.algo
  • Rating: 0
  • Installs: 997
  • Modified: 13/10/2021 09:55
Comments
Log in to add a comment.
DO
Dom29600 · 3 years ago

Hi Yomm0401,

I have already bought and donated money to you for some indicators.

I am interested in buying this. Is it possible to modify the indicator so that i could customize the writing at the pivot levels.

And also be able to input my own fib levels.

Thank you.

Dom.