Category Other  Published on 02/12/2019

Harmonics Indicator V1.0

Description

The Scyware Harmonics Indicator is a new harmonic patterns auto-recognition indicator for the cAlgo/cTrader platform. Harmonic patterns profit from the natural order of the financial markets.

Features:

  • Detects Bat, Gartley, Crab, Butterfly, Cypher and Shark patterns
  • It evaluates past price action and displays past patterns
  • The indicator analyzes its own quality and performance
  • It plots all the pattern ratios on the chart
  • Fibonacci projections are vector-independent

Visit the product page

 


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 NewIndicator : Indicator
    {
        [Parameter(DefaultValue = 0.0)]
        public double Parameter { get; set; }

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


        protected override void Initialize()
        {
            Print("https://www.scyware.com/product/harmonics");
        }

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


ctid291299's avatar
ctid291299

Joined on 30.01.2017

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Harmonics v1.0.algo
  • Rating: 5
  • Installs: 7032
Comments
Log in to add a comment.
jani's avatar
jani · 4 years ago

There are pretty decent Gartley indicators open-source on MT4. Anyone interested to do a programming project on Freelancer.com to convert to cAlgo send me message Telegram: @Fibonacci2011.  

 

I can do some programming myself, but I think Gartley pattern is beyond my capabilities.

RU
ruseneca@yahoo.com · 5 years ago

WTF? 329€ ????

BU
bullitttrader · 5 years ago

You must download here https://www.scyware.com/product/harmonics

 

jumpsolid's avatar
jumpsolid · 7 years ago

Hello,

I tried to download this version but it comes up in a separate window as a separate indicator.

Anyone know what I did wrong?

Thnx for your assistance in advance.