Indicators

Free Candlestick Patterns
 3
  0
  12088
15 Mar 2017, 07:22
This indicator shows the candlestick patterns (Doji, Hammer, Bullish Harami, Bearish Harami, Dark Cloud Cover, Piercing Pattern, Bullish Engulfing, Bearish Engulfing, Shooting Star, Evening Star, Morning Star), fully customizable, in...
Free Weighted Compound Oscillator
 2
  0
  2482
03 Feb 2017, 16:49
This curve is the moving average of weighted sum of four homogenous oscillators , Relative Strength Index , Money Flow Index , Williams Percent Range and Demarker , shaped as MACD....
Free ZigZag + Fibo Levels
 3
  0
  10287
27 Jan 2017, 12:49
 
Free Net profit (PnL) shown in percent
 1
  5
  3331
19 Dec 2016, 22:31
This is a simple indicator. It shows the PnL in %. I think it makes much more sense than a value, but cTrader hasn't implemented something that simple. Updated: It now...
Free TriForce
 5
  5
  4483
11 Dec 2016, 13:49
TriForce V7.0 10/12/2016 Enfin la nouvelle version! Après une longue attente avec l'erreur 500, je vous propose "déjà" la version 7.0 que j'ai modifié à peine hier... Quoi de nouveau?...
09 Dec 2016, 09:08
  UP Trend begins when 2 lines cross DOWN level bottom-up and ends when 2 lines cross UP level top-down DOWN Trend begins when 2 lines cross UP level top-down and...
Free Open Week + Buy - Sell
 0
  5
  3989
29 Nov 2016, 05:15
Code desined to help Trader easy to treder with EMA - STO - RSI - DMI index in 1 code. Red Point for STO Index, Yellow Point for EMA Index,...
Free pivot points intra day
 0
  0
  4169
12 Nov 2016, 00:05
using System; using cAlgo.API; namespace cAlgo.Indicators { [Indicator(IsOverlay = true, AccessRights = AccessRights.None)] public class PivotPointsIntraDay : Indicator { private double _close; private double _higher; private double _lower; #region Output...
Free Custom Period Separator
 10
  3.33
  3593
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...
Free SPUD Stochastic Theory Indicator
 0
  0
  3135
20 Oct 2016, 18:01
In accordance with the description of the SPUD's theory on the http://www.forexfactory.com/showthread.php?t=37111 indicator shows the corresponding status.
Free Pip Candle Indicator
 3
  5
  5412
03 Oct 2016, 05:05
Pip count for each Candle, very useful    // ------------------------------------------------------------ // Paste this code into your cAlgo editor. // ----------------------------------------------------------- using System; using System.Collections.Generic; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals;...
Free Cyf_Elder's_Force_Index
 2
  0
  3419
by cyfer
18 Sep 2016, 21:38
Developed by Alexander Elder  The Force Index combines volume with price to discover the force of bulls or bears behind every rally or decline Force Index brings together three essential pieces of information...
Free Cyf_Elder's_Impulse
 3
  5
  3277
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 Support and Resistance At Price
 2
  0
  11838
by cTKit
16 Sep 2016, 12:56
Inspired by an indicator sold by Quantum Trading for platforms other than cTrader this indicator draws support and resistance lines at specific prices in a way that allows you to...
Free Support And Resistance Zones
 2
  5
  10623
by cTKit
16 Sep 2016, 12:49
This indicator is an alternative to my Support And Resistance At Price indicator.  It uses a different algorithm for drawing support and resistance lines.  Basically it builds a set of...
Free TDI - HmA RSI
 1
  0
  2280
26 Aug 2016, 23:12
Hi all members,   This Indicator was converted from MT4 , TDI system.    Can someone help me adding Babose or Text Signal when Lines Crossing Like this  /algos/indicators/show/1023  ...
Free Swing ZigZag
 4
  4
  6284
by Jiri
26 Aug 2016, 19:18
Description: Another version of ZigZag indicator, this time based on swing high low points.   Updates: 22/03/2016 - Released. 26/08/2016 - Fixed conditions order.   Inputs: Period - Defines period...
Free Stochastic Histogram
 0
  5
  4447
03 Aug 2016, 15:19
The Stochastic Oscillator in the form of a histogram. Buy when it moves from negative to positive in the uptrend Sell when it moves from positive to negative in the...
Free Stochastics-4Line
 0
  0
  2902
31 Jul 2016, 12:54
// ------------------------------------------------------------                    // 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 ZigZag
 2
  3.33
  7123
31 Jul 2016, 01:03
Another ZigZag indicator for CTrader. I found that the other implementations available were incorrect and written with more lines of code than necessary. http://www.onlinetradingconcepts.com/TechnicalAnalysis/ZigZag.htm  
Free SessionBox
 10
  2.5
  9626
17 Jul 2016, 15:39
re code the mt4 i-session indicator to draw session box in pure calgo code  if you have code problem you can comment this post  thanks
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 Scalper Signal
 2
  5
  14429
19 Jun 2016, 15:39
A visual way to help determine whether to buy or sell against a pivot level (indicator does not repaint). Gold painted bars mark a “pivot high” or “pivot low.” Signal...
Free Enhanced Alerts
 0
  4
  2305
by Jiri
17 Jun 2016, 23:06
Description: Enhanced Alerts indicator plays sounds when order, target or stop is filled. It's experimental version. Please, someone test it out and let me know in the comments if it's...
Free Williams Fractals in Barry Box
 2
  5
  4232
by gainer
15 Jun 2016, 04:28
The fractals by Williams are a very useful reference in my trading, but I think they are often undervalued due their poor graphical representation, most of the time with a...
Free Cyf_Elder_Ray
 0
  0
  3000
by cyfer
11 Jun 2016, 23:52
Elder Ray  Developed by Alexander Elder Also Known as Bull Power & Bear Power  Crucial Part of this indicator is a trending market that respects an EMA , Elder used...
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 Cyf_Ergodic_Candlestick_Oscillator
 1
  0
  2849
by cyfer
23 May 2016, 17:34
William Blau's Ergodic CandleStick Oscillator  written for cTrader. -This is another Momentum based Indicator , It Ignores Gaps (if you trade Stocks) and measures the candlestick tendency  -Above 0 Line ,...
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 ZigZag Linear Regression Channels
 4
  4
  4142
by Jiri
09 May 2016, 11:37
Description: Based on SwingZigZag and LinearRegressionChannel indicators. The Indicator tries to find and plot potential channels in price movement. Channels repaint with the new swing of current direction (just same as ZigZag...