Category Other  Published on 02/12/2019

Pivot-GURU (Daily-Weekly-Monthly Pivots)

Description

This indicator is very useful for every trader. It shows the Daily-Weekly-Monthly Pivots.

Do not download this version! It is codeless!

For more info please 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 = "If you want custom indicators or cBot: visit 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: 2183
  • Modified: 13/10/2021 09:54
Comments
Log in to add a comment.
No comments found.