Indicators

Free Bull Power
 0
  5
  3777
by hobaho
02 Aug 2012, 10:26
Bull Power represents the ability of the bulls to raise prices above the average consensus of value. Uses an exponential moving average, which is a trend-following indicator essential to the calculation....
Free SHI Channel True
 2
  0
  3765
03 Mar 2018, 20:29
Popular Channel indicator(MT4 & 5)  converted  to C#. Long lines of code, but it works :)  
Free RSI of TMA
 2
  0
  3763
09 Jan 2014, 15:42
RSI of TMA...
Free Laguerre
 0
  5
  3762
27 Jul 2012, 13:54
The Indicator shows the trendline. It can be used for entry and exit signals.
Free Pivot Points Pro
 2
  0
  3758
02 Mar 2021, 08:43
A multi time frame pivot points indicator for cTrader that allows you to set the time zone and use five different calculation formulas. Free Download Trial/Buy: https://www.algodeveloper.com/product/pivot-points-pro/ If you have any...
Free pivots
 0
  0
  3740
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;...
Free Gann Hilo Candle Colors & Stairs
 0
  5
  3721
18 May 2023, 02:23
This is a Modified Gann Hilo so that the averages lines changes accordingly to the Trend, it also comes with a option to change the type of the Moving Average and...
Free Stochastic Cyber Cycle
 0
  5
  3720
17 Feb 2012, 14:30
The stochastic version for cyber cycle.
Free Fibonacci Drawing
 6
  5
  3717
26 Jan 2023, 12:57
This sample indicator allows you to draw most popular Fibonacci drawing tools on your chart. It's designed to work like a built-in feature of cTrader platform, you can draw any of...
Free zig zag buy sell
 0
  0
  3716
09 Mar 2015, 14:40
//+------------------------------------------------------------------+ //|                                             ZigAndZagScalpel.mq4 | //|                           Bookkeeper, 2006, yuzefovich@gmail.com | //+------------------------------------------------------------------+ #property copyright "" #property link      "" //---- #property indicator_chart_window #property indicator_buffers 7     // Èëè 8 - äëÿ testBuffer #property indicator_color1...
Free Moving Median Al
 0
  5
  3715
by stefst
21 Aug 2012, 17:55
Moving Median Al displays an average of the median half a period ago.    
Free 2 Supertrend indicators on 1 chart
 2
  0
  3709
by Vince
27 Aug 2018, 18:23
V.2 - added discription on how to modify the behavior of the indicator - added the possibilty to alert you on screen, with sound and by email (with special thanks to...
Free Mijo Volume
 4
  0
  3707
22 Oct 2013, 10:52
Blue & Red Color:  (plus) value of this colors is sum volume at bar (Ask + Bid Volume Market Maker Pendings Orders) and Blue Color show if is more Ask volume and Red...
Free Pivot Points and S-R levels
 4
  5
  3703
08 Oct 2019, 00:51
Displays Daily, Weekly and Monthly pivot points as well as R1, R2, R3, S1, S2 and S3 levels on the chart. You can select which of these you want to...
Free Adaptive Center of Gravity
 0
  0
  3694
08 Jan 2014, 17:47
Similar to Stochastic Center of Gravity. The algorithm references Cycle Period Indicator found at /algos/indicators/show/124  
Free Tema MTF (Multi-timeframe)
 0
  0
  3677
25 Mar 2015, 01:33
Triple Exponential Moving Average, or TEMA with Multi-timeframe indicator used: /algos/indicators/show/15 using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; namespace cAlgo.Indicators { [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC)] public class TEMAMTF :...
Free Ichimoku Cloud BreakOut
 2
  0
  3676
25 May 2020, 08:33
The Ichimoku Cloud BreakOut is one of the best trading system.  Ichimoku is a very complex tool based on 3 Moving Averages (9,26,52). It has many usage : Kijun/Tenkan, Kijun/Cloud, Tenkan/Cloud...
09 Jan 2014, 15:20
  The Stoller Average Range Channels indicator is designed to identify market volatility using a measure of the Average True Range. The STARC Bands create a channel above and below a moving...
Free Information of Positions
 0
  0
  3666
16 Apr 2014, 17:39
This indicator shows the aggregated information of Volume and Net P/L of existing Positions in the given currency pair. The comments field of Positions must be empty... but this condition can...
Free Average True Range
 4
  3.33
  3663
15 Apr 2013, 09:55
The Average True Range (ATR) is an indicator that measures volatility. A volatility formula based only on the high-low range would fail to capture volatility from gap or limit moves....
Free Cyf_Stochastic_ADX
 0
  0
  3652
by cyfer
05 Feb 2016, 15:56
This is a combination of Stochastic Indicator and ADX component of the DMS system  needles to say : when using ADX .. its not giving you direction but Strength of...
Free Aroon Oscilator
 0
  0
  3652
21 Jun 2013, 17:52
The difference between Aroon Up and Aroon Down in a histogram display. The Aroon Oscillator is the difference between Aroon-Up and Aroon-Down. These two indicators are usually plotted together for...
Free SidusBago
 1
  5
  3649
24 Oct 2012, 15:20
Sidus Bago Indicator
Free MACD with Colors
 2
  0
  3637
21 Oct 2022, 06:11
This is a Classic MACD with multiple Colors for a better Visualization. Any Bug Please Report. 09/July/2022 The indicator got a update, to correct some errors in the output in...
Free Zero Lag Tema
 0
  5
  3629
09 Jan 2014, 15:29
This is Zero Lag Tema.   2 * tema(i) - tema(tema(i)) TEMA: Triple Exponential Moving Average  References Tema.algo (/algos/indicators/show/170)    
Free Fibonacci Channel
 5
  0
  3625
06 Jan 2022, 03:42
This indicator is an indicator for cTrader that automatically displays the Fibonacci channel. ・Automatically display 5 channel lines ・The displayed% can be changed ・Each line can be displayed / hidden...
Free Profit/Loss Indicator on chart
 4
  5
  3612
by Dagfx
11 Jun 2019, 14:26
Very Simple indicator to show the current Net Profit/Loss on any open positions in pips and $. Still in development but It works. .
Free Real Dividers 2.0
 5
  0
  3605
29 Dec 2018, 07:22
Knowing when the trading day begins and the trading week ends is very important to technical analysis. You can't just use your own time zone to determine it. It is...
Free SMI Ribbon
 0
  0
  3588
by Elogos
19 Feb 2014, 17:16
A Ribboned form SMI for triggering.   Can be used with zones or without depending on your trigger requirements. Based on the SMI Indicator provided on this website.
Free Custom Period Separator
 10
  3.33
  3588
by Jiri
02 Nov 2016, 17:02
Description: Plots custom period separator.   Updates: 21/06/2016 - Version 1.0 Released.   Screenshot:   Notes: Works on tick charts as well.   Make a Donation: If you like my work...