Category Other  Published on 02/12/2019

AlgoGURU Buy-Sell Signal generator

Description

This indicator gives you Buy and Sell signals with very high win ratio. It can works on any pairs and timeframes.  The indicator has a complex algorithm based on 5 indicators (trend, oscillator and volatility) and candle recognition.

The indicator has five alert modes:

- sends Telegram notification

- sends email

- plays sound

- shows alert on the chart

- shows MessageBox on the screen

You can download from 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: 2.5
  • Installs: 3206
Comments
Log in to add a comment.
HE
herbfcuf · 5 months ago

How do i access this indicator?

 

CA
cade20003 · 5 months ago

hi

CT
ctid6170915 · 6 months ago

Hi, wie kann ich das herunterladen? Der Button ist nicht anklickbar? Was kostet das Signal, das steht nirgends? Danke, Grüße Ursula