Description
UPDATE: cTKit has a shiny new web site and some new indicators
cTKit aka cTrader Kit is a set of indicators developed by professional C# developers who also trade.
We developed these as we learned about trading Forex and developed our own "style". We think you might find them useful too. Some of these indicators were published on cTDN initially but we have had a lot of problems uploading newer ones, so we decided to publish them as a kit at http://ctkit.uk where you can download them.
However, although we are keen on open source code, creating and contributing to a number of projects we actually prefer in this case not to share our code. Sorry for those that are upset about this, but a lot of work has gone into some of the newer indicators and whilst we are happy to give you access to the indicators for free we feel we earned the right to keep the code to ourselves.
The following indicators are currently available with more to be added soon:
Currency Strength Indicator
Currency Strength Heat Map
Forex Factory Calendar*
ATR Stop Loss Indicator*
Heiken Ashi*
Heiken Ashi Moving Average*
Psych Levels*
*New in this update
using System;
using cAlgo.API;
using cAlgo.API.Internals;
using cAlgo.API.Indicators;
using cAlgo.Indicators;
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)
{
// nothing to do here
}
}
}
cTKit
Joined on 15.09.2016
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: cTKit.algo
- Rating: 0
- Installs: 4268
- Modified: 13/10/2021 09:54
If you have installed the download from this site it will do nothing. Unfortunately cTDN doesn't allow developers to register Algos without providing some code, so we upload an empty project here. To get the indicators that are in the kit you will need to go to https://ctkit.uk and download them.