Indicators

Free Cyf_Elder's_Impulse
 3
  5
  3275
by cyfer
18 Sep 2016, 21:35
Developed by Alexander Elder  The idea of Impulse is measuring any market by Inertia & Power according to Elder Inertia can be measured by the slope of a fast EMA...
Free Cyber Cycle
 0
  5
  3273
13 Aug 2012, 15:42
Cyber Cycle Indicator is categorized as an oscillator type which tries to measure market cycles. The Cyber Cycle Indicator and the Instantaneous Trendline are used in combination, according to their...
Free cTrader Zig-Zag & Fibonacci Alerts
 1
  0
  3273
27 Feb 2021, 10:37
This Free cTrader indicator was converted from MT4 and has had some useful additional features added by us, it provides Zig-Zag lines to help indicate spot cycles and draws Fibonacci...
Free Fxa0 RSI Crossing 50 Plus ATR
 0
  0
  3272
07 Dec 2013, 10:55
Traduction de l'indicateur Fxa0 RSI Crossing 50 Plus ATR existant sur Metatrader   Fxa0 RSI Crossing 50 Plus Atr is an oscillating type of indicator which tries to evaluate price...
Free Qstick
 1
  5
  3272
03 Aug 2012, 14:32
Qstick is a technical indicator used to identify trends in candlestick charting. It is calculated by taking an N period moving average of the difference between the open and closing...
08 Jan 2022, 05:10
Heikin Ashi Candles High performance and low memory usage, useful when scrolling backwards, works smoothly even with Tick Charts and 1m charts *** IMPORTANT *** Set Chart Type back to...
Free Lazy Bear Centre of Gravity
 3
  0
  3272
by Elogos
09 Dec 2014, 19:22
An indicator used on Trading View here for reference when entering on smaller time frames in cTrader. Converted from the Pine Script version publicly available on TradingView using PS2CAlgo Converter...
Free Chande Forecast Oscillator
 0
  5
  3270
03 Aug 2012, 14:50
The Forecast Oscillator plots the percentage difference between the closing price  and the forecast price  which is  an N period linear regression line. The oscillator is above zero when the forecast price...
Free LaguerreWMA
 0
  5
  3267
by daemon
30 Aug 2012, 12:34
Laguerre polynomial smothed with a weighted moving average and it's exponential moving average as Trigger. The histogram shows their difference.       
Free Centered Detrend Price
 1
  2.5
  3267
16 May 2012, 12:09
     The Detrend Price Oscillator (DPO) is an indicator designed to remove trend from price and make it easier to identify cycles. DPO does not extend to the last date because it is...
Free MACD RSI (RSI with MA and FastRSI)
 1
  0
  3267
07 Apr 2020, 18:55
An Evolution of my RSI Cloud indicator. - indexed to 0 - Added Histogram - Added fast RSI Makes it look pretty similar to MACD but with OS/OB Area. Only...
Free Cyf_ADX+
 0
  0
  3266
by cyfer
09 Apr 2016, 18:05
This is the Same DMS indicator included in cTrader  but organized in a more visually appealing/easier to read form .   
Free Cyf_DTosc
 0
  0
  3264
by cyfer
23 May 2016, 00:55
This is Robert C. Miner's  DTosc written for cTrader   If you plan to implement this oscillator in your trading , Please Read/Google how to use it and what are the common...
Free HMACD
 0
  0
  3259
13 Feb 2018, 01:01
3x Weighted then Smoothed MACD with multiple price point options Price Points are  1 = Close 2 = Median 3 = Weighted 4 = Typical
Free Efficiency Ratio
 0
  0
  3251
27 Jun 2015, 11:39
Efficiency Ratio Indicator (ER) measure noise signal, see the article: Mesurer le bruit d'un signal boursier If ER is near to 1.0 the noise is low, it is near to 0 the noise is...
Free iVAR
 0
  5
  3251
16 Mar 2012, 13:52
The indicator is based on fractal analysis of time series.
by viktan
25 Nov 2015, 03:53
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; namespace cAlgo.Indicators {     [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC)]     public class AdxR : Indicator     {         [Parameter("%K periods 1", DefaultValue = 20)]         public int inpKPeriods1 { get; set; }         [Parameter("%K Slowing 1", DefaultValue = 7)]         public int inpKSlowing1 { get; set; }         [Parameter("%D periods 1", DefaultValue = 20)]         public int inpDPeriods1 { get; set; }         [Parameter("MA type 1", DefaultValue = MovingAverageType.Simple)]         public MovingAverageType inpMAType1 { get; set; }         [Parameter("%K periods...
27 Feb 2021, 10:26
This version of the cTrader Elliot Wave Oscillator (EWO) indicator has a few alerts to inform the trader when the waves begin and end: Sound Popup message Email The Elliott...
Free PATI indicator
 1
  0
  3228
08 Feb 2018, 00:03
This is an indicator for the traders who trades PATI (Price Action Trader Institute) criteria. Plus, position size calculator. ​    
Free Dom Cycle
 1
  0
  3225
29 Mar 2013, 18:02
Dom Cycle.
Free Consecutive Bars
 0
  0
  3223
02 Mar 2021, 08:46
Shows the number of consecutive bullish and bearish bars based on both normal OHLC and Heiken Ashi charts. Free Download: https://www.algodeveloper.com/product/consecutive-bars/​ If you have any question or issue with our product please...
Free cTrader Moving Average Colors
 1
  0
  3223
27 Feb 2021, 10:27
This cTrader Moving Average (MA) is a variation from the standard version that is included with the platform as default, it will show the trend colors, so you can set which...
Free [Bullitt] Half Trend
 0
  5
  3217
05 Sep 2022, 16:09
Half Trend with Pip Analyser The Half Trend is an indicator that calculates the Maximum Price “High” and Minimum Price “Low”. The Half Trend is a Moving Average based market...
Free VHF
 0
  5
  3216
26 Sep 2012, 17:56
The Vertical Horizontal Filter ("VHF") determines whether prices are in a trending phase or a congestion phase.  
Free BBands Volatility
 0
  0
  3214
18 Jun 2019, 23:43
Show the market volatility based on Bollinger Bands distance. Free Download: https://www.algodeveloper.com/product/bbands-volatility/​ If you have any question or issue with our product please contact us via our site live chat or...
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 Half Trend
 5
  5
  3212
by mfejza
30 May 2022, 18:18
This following trend indicator is very reliable. It guides traders in the market about the prevailing or beginning direction. Moreover, it's a non-repainting indicator. The HalfTrend indicator represents the trend...
Free reversal bar
 5
  0
  3210
by d.deel
21 Sep 2021, 07:31
New Update (21/09/2021) Better  Performance Indicator has been /* UPGRADED/*, with the option to determine your own period for reversal signals, and a build in zigzag with customable periods  just a simple indicator...
Free Show Equity
 4
  0
  3208
27 Mar 2014, 20:42
This is a simple indicator which shows current account equity in top left corner of the main chart. "Equity: " and currency can be switched off.
Paid AlgoGURU Buy-Sell Signal generator
 3
  2.5
  3206
02 Dec 2019, 12:27
This indicator gives you Buy and Sell signals with very high win ratio. It can works on any pairs and timeframes.  The indicator has a complex algorithm based on 5...