Category Other  Published on 25/05/2020

PivotGURU v2 (for better usage)

Description

PivotGURU indicator draws the Daily-Weekly-Monthly-Yearly Pivot lines on   the chart.

I made some major and minor changes on this indicator.  Yearly Pivot lines added as some clients asked. 

3 versions are available:

- Free version works on EURUSD/D1.

- Trail version works for 7 days

- Full/paid version

You can download this indicator 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: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: AlgoGURUIndicator.algo
  • Rating: 0
  • Installs: 1781
Comments
Log in to add a comment.
AH
ahmetba32400 · 4 years ago

Hello,

Does It show midpivot ( daily weekly monthly ) ?

 

best regards

JC
jcr1818 · 4 years ago

Delicious indicator AlgoGURU. I hope someone will program a pivot points indicator based on 4 hour levels which can be used on the c-trader platform. This works even better for me than levels on daily. Today I use the ETX platform to get that opportunity and then these 4 hour levels are even updated completely automatically.

Best regards

Jorgen.

JC
jcr1818 · 4 years ago

Delicious indicator AlgoGURU. I hope someone will program a pivot points indicator based on 4 hour levels which can be used on the c-trader platform. This works even better for me than levels on daily. Today I use the ETX platform to get that opportunity and then these 4 hour levels are even updated completely automatically.