Description
DO NOT DOWNLOAD THE FILE FROM HERE IT IS ONLY A PLACEHOLDER!!!
This indicator is part of cTKit aka cTrader Kit available from https://ctkit.uk. I supports calculating pivot points using 1 of 4 formula:
- Standard
- Camarilla
- Fibonacci
- Woodie
Additionally it renders lines for the curreny days open and the previous days high and low.
using System;
using cAlgo.API;
namespace cAlgo
{
[Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]
public class cTKit : Indicator
{
/*
If you are interested in any of the following FREE indicators and others that are
in the pipeline point your browser at http://ctkit.uk where you can download the latest version
****cTKit has a shiny new web site and some new indicators****
Currency Strength Indicator
Currency Strength Heatmap
Forex Factory Calendar
ATR Stop Loss Indicator
Heiken Ashi
Heiken Ashi Moving Average
Psych Levels
*/
public override void Calculate(int index)
{
this.IndicatorArea.DrawStaticText("ctk-message", "This indicator is only a place holder because we are not allowed to upload Algos without source code. Point your browser at http://ctkit.uk to find and download the Algo", VerticalAlignment.Center, HorizontalAlignment.Center, Color.Red);
}
}
}
CT
cTKit
Joined on 15.09.2016
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: cTKit.algo
- Rating: 0
- Installs: 1797
- Modified: 13/10/2021 09:54
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Comments
Log in to add a comment.
No comments found.