Description
Dear, Traders,
You can now download a beta version of a Harmonic Pattern Recognition indicator for the cTrader trading platform, this means that it has not yet been finally published for sale and over the next 30-days we will listen to feedback from customers reporting any bugs and feature changes or requests. If you wish to get hold of a 14-day trial copy of this software just contact us.
This cTrader indicator will draw the harmonic pattern on the chart as it is formed showing the trader a possible price reversal with a higher than normal probability of success, we have also added the following alerts so you never miss a trade opportunity even when you are not in front of your charts.
- Pop-up window alert
- Email alert
- Instant Telegram message alert
- Instant SMS text message alert
Click here to watch a video demonstration
REAL TRADE EXAMPLE
Contact: instant chat group
Website: https://clickalgo.com
Twitter | Facebook | YouTube | Pinterest | LinkedIn
using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
// https://clickalgo.com/ctrader-harmonic-pattern-recognition-software-beta
namespace cAlgo
{
[Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class ClickAlgoIndicator : Indicator
{
[Parameter(DefaultValue = 0.0)]
public double Parameter { get; set; }
[Output("Main")]
public IndicatorDataSeries Result { get; set; }
protected override void Initialize()
{
Print("It is not possible to download the software from the cTDN website. Please visit clickalgo.com");
ChartObjects.DrawText("ShowCopyright", "It is not possible to download the software from the cTDN website. Please visit:- https://clickalgo.com/ctrader-harmonic-pattern-recognition-software-beta", StaticPosition.BottomCenter);
}
public override void Calculate(int index)
{
// Calculate value at specified index
// Result[index] = ...
}
}
}
ClickAlgo
Joined on 05.02.2015
- Distribution: Paid
- Language: C#
- Trading platform: cTrader Automate
- File name: ClickAlgo Indicator.algo
- Rating: 5
- Installs: 1686
- Modified: 13/10/2021 09:54
If you have any indicators you wish to sell, why not let us do the marketing for you and do all the selling for you, join our vendor program today.
https://clickalgo.com/join-our-vendor-program-trading-software