Category Other  Published on 15/12/2021

Free cTrader Harmonic Scanning Indicator

Description

The Free cTrader harmonic indicator is a feature-limited copy of the full-paid version that contains the following patterns: Bat, Gartley, Crab, Butterfly, Cypher and Shark. The full paid version of this product also offers instant alerts when a pattern is formed, the only difference between this free version and the paid version is that it does not send an instant popup message, email, Telegram or SMS trade signal.

 

Download by following the links below.

 

Free cTrader Harmonic Scanner

 

Join our Vendor Program

Do you have some unique indicators or trading tools?

Why not sell them on our marketplace and make a passive income? - How to apply

Contactinstant chat group
Websitehttps://clickalgo.com

ClickAlgo

Twitter | Facebook | YouTube | Pinterest | LinkedIn


using cAlgo.API;
using System.Windows.Forms;

namespace cAlgo
{
    [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.FullAccess)]
    public class ClickAlgoIndicator : Indicator
    {
        [Parameter(DefaultValue = 0.0)]
        public double Parameter { get; set; }

        [Output("Main")]
        public IndicatorDataSeries Result { get; set; }


        protected override void Initialize()
        {
            var ret = MessageBox.Show("Please click YES to open a web browser where you can download this product from ClickAlgo.com", "Downloading...", MessageBoxButtons.YesNo, MessageBoxIcon.Information);

            if (ret == DialogResult.Yes)
            {
                System.Diagnostics.Process.Start("https://clickalgo.com/free-harmonic-scanner");
            }
        }

        public override void Calculate(int index)
        {
            // Calculate value at specified index
            // Result[index] = ...
        }
    }
}


ClickAlgo's avatar
ClickAlgo

Joined on 05.02.2015

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: ClickAlgo Indicator.algo
  • Rating: 0
  • Installs: 2691
Comments
Log in to add a comment.
SM
smoothwindliecrassbound · 1 year ago

The only difference between this free version and the paid version is that the paid version does not send an instant popup message, email, Telegram or phrazle SMS trade signal when a pattern is formed.

HE
helenberniced · 2 years ago

driving directions from and to destination