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
Joined on 29.11.2018
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: AlgoGURUIndicator.algo
- Rating: 0
- Installs: 1982
- Modified: 13/10/2021 09:54
Comments
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.
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.
Hello,
Does It show midpivot ( daily weekly monthly ) ?
best regards