Indicators

Free Position Stats
 2
  0
  4190
23 Jun 2014, 23:09
This is a simple overlay indicator (on main chart). It shows opened volumes for the current symbol, counts of positions and other account parameters. Handy for monitoring HFT cBots on...
Free Yahoo Finance Connector
 0
  0
  2957
22 Apr 2014, 00:27
This indicator enables you to add Yahoo Finance daily data to your cAlgo or cTrader charts. The chart below shows Volatility Index ^VIX, index that measures expected volatility in S&P...
Free Fibo-Vector
 0
  0
  4716
04 Jun 2014, 13:20
Fibo Vector is a FREE powerful indicator which comes also with a trading method that will pin point the turning area of any market. Russ Horn from Rapid Results Method made this indicator and it...
Free ant-GUBreakout
 0
  0
  3213
04 Jun 2014, 10:19
Try using the MQ4 to cAlgo Converter. // ------------------------------------------------------------ // 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...
Free EVER Trend Line
 3
  0
  6172
04 Jun 2014, 14:14
So happy this indicator can be converted. Now use it on tick chart.  Just upload the picture. Hope someone can add alarm to this indicator when price touch trend line....
Free Ratio
 0
  0
  2211
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...
Free Sum
 0
  0
  2440
25 Jan 2015, 08:16
A primitive indicator showing the sum of two source series. This is particularly useful as a building block for combining with other indicators, for creating chains of dependent indicators and...
Free Alert levels
 4
  0
  3448
11 Apr 2015, 00:12
Alert levels. Store events in MyDocuments folder to detect crossing from setup date. Functions: 1. Color alert. 2. Sound alert. To use sound alerts please plaсe Ring.wav into MyDocuments folder....
Free Dibuja en 1M la barra de 5M
 0
  0
  2594
03 Apr 2015, 23:06
Soy nuevo usuario... y estoy aprendiendo a realizar mis robots... lo siento si existen errores de programacion, para mi me trabajan y bien... se que se pueden optimizar... acepto sugerencias......
05 Jul 2017, 05:26
Hi, this indicator displays the Hourly, Daily, Weeky, Monthly Total Pips and ATR Value on Chart. Please rate it and leave a comment. Thank you. ///S.Khan    
Free FullPrice Indy V02
 4
  0
  3013
by gainer
25 May 2016, 05:25
You know the importance of the full prices as strong supports and/or resistences, i.e. 123.40000 or 123.000 and so on Unfortunately I always forget to check them, so sometime I find...
Free Pair Market Information
 0
  0
  1262
10 Jul 2016, 04:17
  Very Useful information and practicle   PIPS High To Low 5 Days Average Spread Pips to open or from open     // ------------------------------------------------------------                    // Paste this code into...
Free auto pivot
 0
  0
  1861
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 auto pivots
 0
  0
  1791
21 May 2020, 13:56
// ------------------------------------------------------------ // 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 System.Collections;...
Paid Display Date Pro
 0
  0
  628
06 Jan 2022, 03:39
This is an indicator for cTrader that displays the date and time on the chart. There are two display positions, up and down, and the time is always displayed at...
Free cTKit
 3
  0
  4108
by cTKit
20 Feb 2020, 11:07
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...
Free Compare
 5
  0
  2840
18 Jun 2019, 23:41
This indicator allows you to compare multiple symbols with each other in terms of percentage change. Free Download: https://www.algodeveloper.com/product/compare/​ If you have any question or issue with our product please contact...
Free Strong And Weak
 0
  0
  3850
02 Mar 2021, 08:46
This indicator shows the currencies strength by using average price percentage gain/loss. Free Download Trial Version / Buy: https://www.algodeveloper.com/product/strong-and-weak/​ If you have any question or issue with our product please contact...
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 TF OHLC
 1
  0
  2111
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 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...
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 MonthOpen_500Pips
 0
  0
  1817
by MAXFX
18 Dec 2018, 19:43
Month, week, day open line. 100 and 500 pips. Month, week, day open line. 100 and 500 pips. Month, week, day open line. 100 and 500 pips. Month, week, day...
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 pivots
 0
  0
  3741
30 Apr 2019, 12:56
// ------------------------------------------------------------ // 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 System.Collections;...
Paid Harmonics Indicator
 1
  0
  1581
02 Dec 2019, 12:28
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 NewIndicator : Indicator { [Parameter(DefaultValue =...
Paid harmonic 1.
 0
  0
  1252
02 Dec 2019, 12:27
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 NewIndicator : Indicator { [Parameter(DefaultValue =...
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 Strong vs Weak Analysis
 2
  0
  1643
15 Aug 2019, 07:26
Based on the method as used in the following BP thread: https://forums.babypips.com/t/trading-the-trend-with-strong-weak-analysis/ A few notes: Calculates and displays the strength of each currency relative to JPY. Calculation is performed on...
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,...