Category Other  Published on 02/12/2019

Indicator-GURU extension pack

Description

This extension pack allows you to get maximum functionality by your favourite (built-in or custom) indicator (like Aroon, ADX, Bollinger-Bands, CCI, Ichimoku, MA, MACD, RSI, Stochastic, True Strength Index… or any).

1., You can define unique rule when the new signal have to generate.
2., You can combine more indicators into one and/or you can set more filters to get better/stronger signals.
3., If the market met with your rule: you get extra notifications with this extension pack to:
– Email
– Telegram
– Sound
– MessageBox
– On chart alert

With this tool you ‘ll never miss the new trading opportunities.

For more info visit: www.algoguru.hu

 


using cAlgo.API;
namespace cAlgo
{
    [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AutoRescale = false, AccessRights = AccessRights.None)]
    public class AlgoGURUIndicator : Indicator
    {
        public override void Calculate(int index)
        {
            string msg = "You can download this stuff from www.algoguru.hu";
            ChartObjects.DrawText("botcomment", msg, StaticPosition.TopLeft, Colors.Red);
        }
    }
}


AlgoGuru's avatar
AlgoGuru

Joined on 29.11.2018

  • Distribution: Paid
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: AlgoGURUIndicator.algo
  • Rating: 0
  • Installs: 976
Comments
Log in to add a comment.
No comments found.