Category Other  Published on 25/05/2020

TrendLine-GURU v2

Description

I have updated the TrendLine-GURU indicator. Now the version 2 is available.

Trade with trend-lines is one of the most efficient way to earn profit. Like a Swiss-army knife: you can use it at any trading style and timeframe.

It doesn't matter what type of trader you are: swing, day-trader or scalper. The price always moves between support and resistance levels.

With the well-defined and drawn trend-lines you can catch the momentum when the price hit one of them and you can prepare to the next trading opportunity.

It doesn't matter what you expect: breakout or pullback!

With this indicator you can catch all important momentum and enjoy the benefits!

You do not need to stay in front of the computer and watch the charts from 0 to 24.

If the event occurs you get notifications to  your Telegram account/Email/Screen Alert or Sound Alert as you wish.

How to use it?

Draw one or more trend-lines to the chart and attach this indicator...and TrendLine-GURU will work with all of them!

The indicator uses the following inputs:

This indicator has Free/Trail (for 7 days) and FULL versions.

For more info or download: please check  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: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: AlgoGURUIndicator.algo
  • Rating: 0
  • Installs: 1674
Comments
Log in to add a comment.
No comments found.