Indicators

Paid cTrader Doji Candlestick Indicator
 0
  0
  2260
27 Feb 2021, 10:40
This Doji Candlestick Pattern Detector Indicator will identify price reversals after a bearish trend and inform the trader of the event in the form of a popup message to the...
Free Clock
 1
  5
  2227
by bart1
26 Jul 2019, 16:34
Analog clock on the chart using custom UI introduced in cTrader 3.6.  
Paid cTrader Daily Pivot Point Alerts
 2
  0
  2224
27 Feb 2021, 10:46
You can now be informed when the symbol price is getting close to the daily or monthly pivot price, this usually means a strong support or resistance level. Now you...
Free Gann Drawing
 1
  5
  2217
26 Jan 2023, 12:58
This indicator allows you to draw Gann indicators on your chart, you can use it both as a tool for drawing Gann indicators and as a code sample for learning...
Free CloriTrendLine
 0
  0
  2214
25 Nov 2020, 17:39
hi Synchronize the thickness and color of the trend line according to the time frame        
Free SwingZigZag
 0
  0
  2211
02 Feb 2021, 14:23
ZigZag
Free Ratio
 0
  0
  2208
25 Jan 2015, 08:15
A primitive indicator showing the ratio of two source series. This is particularly useful as a building block for combining with other indicators, for creating chains of dependent indicators and...
27 Feb 2021, 10:41
Pin bars are among the top choices for technical traders that follow price action signals with varying trading strategies for entry and exit. It shows a strong rejection of the price...
Free Static Area
 0
  0
  2202
06 Jan 2022, 03:46
This Indicator display static rectangle and text. Donation from free download from Gumroad Static Area for cTrader YouTube Another indicators: --free-- Auto Calculate Lots Size Custom R numbers Another Symbol...
Paid .1VP - cTrader Market Profile (V4.0)
 0
  5
  2198
07 Oct 2020, 19:35
Market Profile for cTrader platform: (V4.0) Daily session Single session  Value Area Custom Presets Market Depth (direction) Fixed volume  Selected area volume Multiple numbers of sessions Multiple timeframes (short-long) Buying...
Free Position Pips Counter
 0
  5
  2193
by summer
28 Jan 2021, 07:33
保有ポジションのPips数をチャート内に表示します ()内は金額ですが設定で非表示にできます 合計収益(手数料込)が負のときはピンク、正のときは水色になります   Shows the pips of the position in the chart. () is the price, but you can hide it in the settings. When the total netprofit are negative,...
Free Draw Pips
 0
  0
  2190
06 Jan 2022, 03:47
Donation from free download from Gumroad Draw Pips for cTrader cTrader 用 自動pips表示インジケーター YouTube Another indicators: --free-- Auto Calculate Lots Size Custom R numbers Another Symbol Draw Pips Time Frame...
02 Dec 2019, 12:41
This indicator is very useful for every trader. It shows the Daily-Weekly-Monthly Pivots. Do not download this version! It is codeless! For more info please visit: www.algoguru.hu
Free Sync Objects [3.8+]
 3
  0
  2160
by devman
02 Feb 2021, 09:08
Sync Objects Tool for cTrader 3.8+.  Latest version: https://ctrader.com/algos/indicators/show/2063 This tool synchronizes objects between several charts with the same symbol. How to use: just add it as a regular indicator. Feel...
Free RNAfx Twitter Indicator #forex
 1
  0
  2145
by rnafx
17 Sep 2014, 10:13
Realtime Newsfeed Aggregation - Twitter Adapter A simple indicator that shows how easy is to use our API to show a twitter feed. Current feed is from our demo following...
Free positive exposure
 0
  0
  2141
19 Aug 2017, 08:08
//facebook fanpage: www.facebook.com/Ai.Algo using cAlgo.API; namespace cAlgo {     [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class ShowEquity : Indicator     {         public string note1 { get; set; }         [Parameter("Note 2")]         public string note2 { get; set; }         string Tradeposition;         public override void Calculate(int index)         {             var positin = Positions.FindAll("");             double ripatamiter = 0;             double order = 0;             if (Symbol.Code == "USDJPY" || Symbol.Code == "EURJPY" || Symbol.Code == "GBPJPY" || Symbol.Code == "AUDJPY" || Symbol.Code == "CHFJPY" || Symbol.Code == "CADJPY" || Symbol.Code == "NZDJPY" || Symbol.Code == "SGDJPY" || Symbol.Code == "NOKJPY" || Symbol.Code == "SEKJPY" || Symbol.Code == "ZARJPY")             {                 ripatamiter = Symbol.Bid * 10;             }             else if (Symbol.Code == "XAUUSD" || Symbol.Code == "XAUEUR" || Symbol.Code == "XTIUSD" || Symbol.Code == "XAGUSD" || Symbol.Code == "XAGEUR" || Symbol.Code == "XPTUSD" || Symbol.Code == "XNGUSD" || Symbol.Code == "XBRUSD" || Symbol.Code == "USDX")             {                 ripatamiter = Symbol.Bid;             }             else...
Free Institutional Pivot Points
 0
  0
  2132
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
  2128
10 Apr 2020, 11:06
Monitoring breakout indicators levels, for all indicators with source exposed, simple and powerful
Free fractals
 0
  0
  2125
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 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...
Free TF OHLC
 1
  0
  2107
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...
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
  2087
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...
Paid VSA For3xScalper
 1
  2.5
  2069
28 Feb 2021, 23:36
VSA indicator gives you the opportunity to trade alongwith the Smart Money. Combining this indicator with Price action will give you an edge in the market. In Forex, as we...
Free Bar Analyzer
 5
  0
  2057
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
  2013
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
  2001
28 Apr 2021, 01:27
000
Free Pivot Channels
 0
  0
  1999
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
  1990
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...