Indicators

Free DR/IDR for cTrader
 10
  5
  1189
22 Dec 2022, 23:15
This script is showing the IDR and DR for the regular trading session and for the overnight session based on the rules from the creator of the DR / IDR concept. It works for all major Forex Pairs, BTC ,...
Paid MWD High Low Pro
 0
  3.33
  1185
21 Dec 2021, 11:42
Indicator for cTrader that displays the high and low prices of a specified Bar. The line will be drawn starting from the Bar where the high and low prices were...
Free Moon Phases
 0
  0
  1183
21 Sep 2021, 10:48
This indicator shows the different moon phases on your chart. Github: spotware/Moon-Phases: This is a cTrader indicator that shows moon phases on a cTrader chart (github.com)
Free Reference for TDFI
 0
  0
  1180
by xabbu
09 Mar 2021, 11:37
this indicator is needed to perform the TDFI correctly. I would have been lucky to build the TDFI without that reference indicator, but I was not able to achive (and...
Free pivots
 0
  0
  1174
30 Mar 2020, 11:34
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; namespace cAlgo.Indicators {     [Indicator(IsOverlay = true, TimeZone = TimeZones.EasternStandardTime, AccessRights = AccessRights.None)]     public class PivotPoints : Indicator     {        ...
Free SmaCloseBandWidthOverlay2
 0
  0
  1171
25 Oct 2020, 17:55
This is the same indicator as the previous one but with an added average of the highs and lows to smooth them out. If you allow me an opinion, it is...
Free OrglobalFx_Waddah_Attah_Edited_v1_0
 0
  0
  1159
05 Aug 2021, 18:12
OrglobalFx_Waddah_Attah_Edited_v1_0  Telegram: @orglobalng Donate Reference from Waddah Attah Explosion  Updated version:https://ctrader.com/algos/indicators/show/2609 OrglobalFx Waddah Attah Edited_v1.1 Indicator | Algorithmic Forex...  
21 Oct 2021, 10:30
The cTrader Direction Correction Target (DCT) is not just an indicator, this is a whole trading strategy system by itself which will also send Telegram signals directly to your mobile...
Free AUD Weighted Currency Index
 0
  0
  1149
18 Dec 2020, 20:32
Pepperstone Group Limited USDX SnGvn | cTrader  
Free Building Block: IndiFilter
 0
  0
  1139
10 Oct 2020, 23:34
  Comes with source code. The IndiFilter can be used to remove false signals from price movements, zero-cross indicators, or other dataseries. There are four modes of filtering available: Keep...
Free 30mingrids
 0
  0
  1134
by summer
07 Oct 2020, 13:38
 
Free Rob Booker Ziv Ghost Pivots
 0
  0
  1132
11 Oct 2021, 08:55
This is the Rob Booker Ziv Ghost Pivots indicator implementation for cTrader. Github: spotware/Rob-Booker-Ziv-Ghost-Pivots: This is the Rob Booker Ziv Ghost Pivots indicator implementation for cTrader (github.com)
Free USD CUSTOM WEIGHTED INDEX
 1
  0
  1128
26 Sep 2020, 07:23
Pepperstone Group Limited USDX m1 02nvn | cTrader  
Free Building Block: IndiCrossover
 0
  0
  1127
10 Oct 2020, 23:33
  Comes with source code. An indicator that monitors two input DataSeries for a crossover. Designed to be used as a building block in other indicators and cBots. Inputs: Bullish...
Free CSV Data Writer
 0
  0
  1121
16 Dec 2020, 19:20
Currently this is how we perform backtesting and analysis of renko and range strategies in cTrader. We use this indicator to download the data prior to analysis in Python: To...
Free NNFX infos on chart - V3
 0
  0
  1120
by xabbu
07 Oct 2020, 15:32
this is the bugfixed version 3 (reference to DOSC removed) of the No Nonsense Forex Infos on chart for cTrader. Thanks for reporting this little nasty misbehaviour! In the meantime, my...
Paid MTF OHLCFP Lines Candles Before
 0
  0
  1112
06 Jan 2022, 03:48
Feature- ・Show Open High Low Close Fibonacci Pivot value ・You can select candlesticks from the present up to the last ten. ・change timeframe, color, linestyle,tickness,transparency,text position ・OHLC text can be...
Free Bars Statistics
 0
  0
  1108
23 May 2020, 13:21
This indicator shows some summary statistics about the data of the available bars on your chart, you can use the data for developing trading systems or knowing better the asset...
Paid DI Players Activity Collection
 0
  0
  1096
27 Feb 2021, 10:38
This is a collection of two indicators from one of our software vendors D&I Solutions which shows the big players at work using trading volume. Using a statistic method and calculating the market’s...
Free CHF Weighted Currency Index
 0
  0
  1094
18 Dec 2020, 20:38
Pepperstone Group Limited XBRUSD m1 WnGvn | cTrader  
Free order flow
 0
  0
  1084
23 Aug 2023, 14:50
Order Flow Ticks brings the main concepts of Order Flow (aka Footprint) for cTrader, adapted for Tick Volume.Using ideas from my previous creations (Volume for Renko/Range, TPO Profile) made this possible.Also...
Free Price Tag
 3
  0
  1060
01 Jun 2022, 13:21
This indicator allows you to tag a price level, it shows the price with an arrow based on price distance from the bars.   Features You can customize the appearance...
Free ZRM pivot points
 0
  0
  1044
02 Nov 2021, 14:37
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators;   namespace cAlgo.Indicators {     [Indicator(IsOverlay = true, TimeZone = TimeZones.EasternStandardTime, AccessRights = AccessRights.None)]     public class PivotPoints : Indicator     {         private DateTime _previousPeriodStartTime;...
Free Timer_Renko
 0
  0
  1033
08 Jul 2022, 22:42
Timer_Renko
Free Zoom With Mouse Wheel
 1
  0
  1023
17 Aug 2022, 19:11
  Zoom with Mouse Wheel for Ctrader  This tool helps you zoom in / out  on the chart with the mouse wheel be successful and profitable .   Copyright reserved...
Free Average Daily Movements
 0
  0
  1018
07 Dec 2021, 08:51
This indicator helps you visualize the historical avg daily movement of each day. Please note that the daily bars of cTrader start at 21:00 GMT + 0 Therefore the bars...
Free TK_PipValue
 0
  0
  1016
21 Sep 2021, 10:31
aaa
Free cFormula
 0
  0
  1014
02 Mar 2021, 08:41
Create custom cTrader indicators without any programming or coding skill, use mathematical formulas to create indicators, please check the indicator page on our site for more detail. Download Free Trial...
05 Jul 2022, 02:50
An Indicator that shows the long and short average entries on the chart. Swaps are included in the calculations. This indicator is experimental and still in development and may contains...