Category Trend  Published on 02/12/2019

TrendLine-GURU

Description

Trade with trendlines is one of the most efficient way to earn profit.
Like a “swiss army knife” you can use it at any time and any trading style.
It doesn’t matter what type of trader you are: swing, daytrader or scalper.

The price always moves between the support and resistance levels.

With the well defined and drawn trendlines you can catch the momentum when the price hit the trendline and you can prepare to the trading opportunity. It doesn’t matter what you expect: breakout or pullback!
TrendLineGURU gives you the best aid to never miss the moment!

You can get notifications to:
– your Telegram account
– your Email
– MessageBox screen Alert
– Sound Alert
as you wish.

You can draw or modify as much trendlines (1,2,3, ..5, ..10…) as you want on the fly and TrendLine-GURU works with all of them!

You can download it 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: 0
  • Installs: 1797
Comments
Log in to add a comment.
No comments found.