Category Oscilators  at 02/03/2021

MACD Divergence

Description

This indicator recognizes the MACD indicator divergence and shows it on your chart and MACD indicator.

Free Download Trial Version / Buy: https://www.algodeveloper.com/product/macd-divergence/

If you have any question or issue with our product please contact us via our site live chat or if we were offline leave a message, if you post a comment here we will not get any notification and we will not be able to help you.


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)
        {
        }
    }
}


afhacker's avatar
afhacker

Joined 15.10.2015

  • Type: Free
  • Language: C#
  • Trading Platform: cTrader Automate
  • Filename: Blank.algo
  • Rating: 0
  • Installs: 9505
Comments
Only logged in users can post a comment
Comments not found