Indicators

Free Institutional Pivot Points
 0
  0
  2134
23 Aug 2021, 02:35
This Pivot Points Indicator has Different Calculations i.e (Camarilla and Central Pivot Point) Aqua and Magenta -> Camarilla Pivot Points  Orange and White (Central Pivot Points. If central pivots are...
Free Indicator Alert
 0
  0
  2130
10 Apr 2020, 11:06
Monitoring breakout indicators levels, for all indicators with source exposed, simple and powerful
Free fractals
 0
  0
  2126
12 Aug 2019, 18:27
using cAlgo.API; namespace cAlgo.Indicators { [Indicator(IsOverlay = true, AccessRights = AccessRights.None)] public class Fractals:Indicator { [Parameter(DefaultValue = 5, MinValue = 5)] public int Period { get; set; } [Output("Up Fractal",...
Free TF OHLC
 1
  0
  2109
06 Jan 2022, 03:45
This indicator display OHLC line of a specified candle to the right side space of a screen. you can change time frame,past candle number,color,label name,linestyle,thickness,position. OHLC can be displayed or...
Free Candle Formation 1.4
 0
  0
  2109
12 Apr 2020, 07:13
Change log :  1.4 : Add option to pick which pattern to show This indicator shows your 4 types of Candle Formation :  H : Hammer, The numbers tells you...
27 Sep 2021, 11:10
The Dark Matter Second Based Candlesticks is an indicator that allows you to construct candlesticks for any number of seconds based on cTrader’s t1 timeframe. Standard cTrader Indicators do not work...
Free Fractal Modified Indicator (BWFMI)
 1
  5
  2088
by Kbee
02 Jul 2020, 05:15
01/07/2020 - Last update: fixed a bug Bill Williams Fractal Indicator is used to identify potential supports and resistances in the past prices, so the signals are very much delay and...
Free Bar Analyzer
 5
  0
  2058
02 Mar 2021, 08:44
This indicator gets most out of a bar volume data by classifying a bar into bullish/bearish/, strong/weak, and noise based on its volume amount. Free Download: https://www.algodeveloper.com/product/bar-analyzer/ If you have any...
Free TimeframeSync
 5
  5
  2015
by bart1
10 Aug 2021, 19:10
Syncronize timeframe between different charts. Support different chart groups. Instructions: Add this indicator to all the charts that you want to have the same timeframe. If you want to have...
Free Entry Check List
 1
  2.5
  2010
06 Jan 2022, 03:42
This indicator is an indicator for cTrader that displays up to 5 check lists. ・The font size, text color, check box, and clear button color, display position, and list width...
Free Heiken Ashi
 0
  0
  2002
28 Apr 2021, 01:27
000
Free Pivot Channels
 0
  0
  2000
19 Nov 2020, 19:57
This is the building block indicator for this: MTF Pivot Channels Indicator | Algorithmic Forex Trading | cTrader...  It will help you view the pivot lines (support, resistance, pivot, high,...
Free Today & Live Profit v2
 1
  5
  1992
27 Oct 2021, 14:12
Show live trading profit, profit percentage Show daily profit net and daily percentage Show equity  You can also choose to have the indicator displayed on the main Chart or in the...
Free Fractals Multi Timeframe
 3
  0
  1990
30 Dec 2021, 07:08
Draw Fractal Lines/Icons of Higher Timeframes. Calculates fractal pattern for Higher TF and shows on the current chart as Lines/Icon/Both. Pattern is calculated as: (For 3 Bar Pattern) For HIGH:...
Free Max Loss, Max Profit Live Stats
 0
  5
  1962
27 May 2019, 11:16
This stats panel show the Gross and Net Max Profit and Max Loss of all open positions. Display also missing take profit and stop loss. Show the remaing total pips...
Free PVSRA Round Numbers
 0
  0
  1954
by reyx
15 Apr 2020, 00:38
Round Numbers indicator of PVSRA
Free Time Zones Clock
 0
  5
  1938
18 May 2023, 02:17
This is a Simple tool that Shows the Time Zones from main Market's Cities Like New York, London, Frankfurt, Tokyo, Sydney, Hong Kong and New Zealand and as well as...
Free Pin Bar Indicator
 1
  0
  1918
20 Sep 2019, 07:15
This indicator do not tell direction of the trend. In fact if the trend exist, this indicator may provide false signal. However, if the market is in the ranging state,...
Free Day of Week Separator
 2
  0
  1915
24 Nov 2020, 12:45
  A simple indicator (built on request) that separates out the days of the week on timeframes below the daily chart. At FXTS we can do dev work on request,...
Free TF Candle
 0
  0
  1911
06 Jan 2022, 03:46
This indicator displays the candlestick of the specified time frame on the right side. Display up to 6 candles. Donation from free download from Gumroad   TF Candle for cTrader...
Free Custom Renko Chart (Overlay)
 1
  5
  1896
03 Feb 2022, 10:41
This indicator allows you to create custom Renko charts by using the current available Renko chart on cTrader. You can set the Renko brick size in Pips to any value...
03 Dec 2019, 12:52
enjoy your trade ;)
Free Supporting VWAP
 0
  0
  1888
23 Aug 2021, 02:38
This indicator is a dependency for TrendTrader6
Free Market Opening Time Grids v2
 0
  0
  1886
03 Apr 2021, 18:15
Shows a grid of market start times. If you want to change the line color, enter the name of the color in this list.   Note:  This script was based on...
Free Static Label and Horizon Line
 0
  5
  1884
06 Jan 2022, 03:47
This indicator displays static labels and lines on the price. Donation from free download from Gumroad Static Label and Horizon Line for cTrader 静的水平線・ラベル表示インジケーター YouTube Another indicators: --free-- Auto Calculate...
Free Today & Live Profit
 5
  0
  1875
02 Aug 2021, 20:08
Show live trading profit, profit percentage and pip amount Show daily profit net and daily percentage Show equity and balance You can also choose to have the indicator displayed on...
Free Line Alert
 0
  0
  1868
02 Mar 2021, 08:43
This indicator allows you to set popup, sound, email, and Telegram alert notifications for trend, ray, horizontal, and vertical lines. Free Download Trial/ Buy: https://www.algodeveloper.com/product/line-alert/ If you have any question or...
Free Dark Matter TD Sequential Indicator
 0
  0
  1866
27 Sep 2021, 11:09
This variation of the TD Sequential indicator created by Dark Matter Finance is an indicator based on Tom Demark’s work and its purpose is to identify uptrend and downtrend exhaustion points....
Free auto pivot
 0
  0
  1859
21 May 2020, 13:39
// ------------------------------------------------------------                    // Paste this code into your cAlgo editor. // ----------------------------------------------------------- using System; using System.Collections.Generic; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using System.Linq; using System.Text; using System.Text.RegularExpressions; using...
Free Pip value for Lot Size
 1
  0
  1839
20 Jul 2020, 12:34
You can find the pip value for any lotsize for 8 major currencies. and 28 pairs.