Indicators

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,...
Free Strong vs Weak Analysis
 2
  0
  1642
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 feactals
 0
  0
  1256
12 Aug 2019, 18:44
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 fractals
 0
  0
  2126
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 QQE
 1
  0
  1423
08 Aug 2019, 19:08
using System; using cAlgo.API; using cAlgo.API.Indicators; namespace cAlgo.Indicators { [Indicator(AccessRights = AccessRights.None)] public class QualitativeQuantitativeE:Indicator { private int _wildersPeriod; private int _startBar; private const int SF = 5; private ExponentialMovingAverage...
Free Clock
 1
  5
  2228
by bart1
26 Jul 2019, 16:34
Analog clock on the chart using custom UI introduced in cTrader 3.6.  
Free Fractal Keltner channels
 1
  5
  3793
13 Jul 2019, 03:31
Fractal Keltner channels are centered on one adaptative fractal moving average like FRAMA. A bar entering the green channel from above signals a short trend while a bar entering the blue channel from...
Free Volume POC
 1
  0
  2957
01 Jul 2019, 01:46
This indicator shows a time period developing volume point of control levels. Free Download: https://www.algodeveloper.com/product/volume-poc/ If you have any question or issue with our product please contact us via our site...
Free Correlation
 0
  0
  2645
01 Jul 2019, 01:45
Shows the correlation between chart symbol and five other symbols. Free Download: https://www.algodeveloper.com/product/correlation/ If you have any question or issue with our product please contact us via our site live chat...
Free Reversal Magic
 0
  0
  5806
18 Jun 2019, 23:49
Recognize reversal trading setups based on a set of pre-defined reversal candlestick patterns in combination with some other reversal trading techniques. Free Download: https://www.algodeveloper.com/product/reversal-magic/ If you have any question or issue...
Free Breakout Candle
 3
  0
  9649
18 Jun 2019, 23:46
It spots a breakout trading pattern and shows an up/down signal dot whenever a setup formed. Free Download: https://www.algodeveloper.com/product/breakout-candle/ If you have any question or issue with our product please contact...
Free Symbol Info
 2
  0
  4469
18 Jun 2019, 23:46
Shows some important statistics about the symbol on a corner of your chart.  Free Download: https://www.algodeveloper.com/product/symbol-info/ If you have any question or issue with our product please contact us via our...
Free Compare
 5
  0
  2838
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 Trading Time Periods
 1
  0
  2540
18 Jun 2019, 23:38
Plots a transparent range based on your defined start/end time on your chart. Free Download: https://www.algodeveloper.com/product/trading-time-periods/ If you have any question or issue with our product please contact us via our site...
Free Daily High/Low/Mean
 3
  0
  3033
18 Jun 2019, 23:33
This indicator shows three lines which represent the developing daily high/low/mean values, the lines will reset every day and you will be able to set the time offset and day...
Free Profit/Loss Indicator on chart
 4
  5
  3614
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 Max Loss, Max Profit Live Stats
 0
  5
  1962
27 May 2019, 11:16
This stats panel show the Gross and Net Max Profit and Max Loss of all open positions. Display also missing take profit and stop loss. Show the remaing total pips...
Free Symbol Exposure
 0
  0
  1669
by 2bnnp
30 Apr 2019, 15:49
Shows: total gain/dd, todays gain/dd, amount at risk, locked profits (SL in Profit), floating pnl, net short/long(0.02 long + 0.02 short = net no position, good when hedging).
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 MyMiniFXBook v1.0
 0
  5
  1796
31 Jan 2019, 03:26
MyMiniFxBook v1.0 - Spread; - Total gain; - Today gain; - Balance; - Equity; - Profit; - Maximum lot size (depends on your Risk percent and pips lost)  
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 Regression2000
 0
  0
  2683
by MAXFX
18 Dec 2018, 22:20
Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator. Regression indicator....
Free MonthOpen_500Pips
 0
  0
  1816
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...
Free Fibo Pivot Points
 3
  5
  5192
02 Jul 2018, 13:57
  Hello all, I have corrected some indicators and cBots on this forum, this is the enhanced version of the Fibonacci Pivot Points, you can set different options among which...
Free RangeBars
 5
  0
  4040
17 Jun 2018, 23:43
The RangeBars indicator should be attached to 1-minute charts for best historical candle accuracy. It is displayed as an overlay on the main chart so, you may want to change the...
Free Depth of Market Indicator (DOM)
 6
  3.75
  6843
28 May 2018, 20:09
This indicator will show the Open Book (Depth of Market) into the chart window.  This indicator will help you to undestand where open orders are placed and the differences between...
Free Solid Horizon
 7
  5
  2769
by solid
08 Feb 2018, 12:52
Uhmm.. this initially started as a project for myself to have a break-even level shown on the charts. (i.e., when market moved against me - but I was sure of...
Free Cheat Chart
 2
  0
  3044
by Allah
23 Jan 2018, 09:59
Cheat Chart draws some future candles.
Free SupportResistance
 1
  5
  10229
by Uche
11 Jan 2018, 20:46
This indicator will help you find support and resistance levels,increase the number of confirmations for stronger levels.
Free Alarm Trend Line Hit
 2
  0
  4150
23 Sep 2017, 10:19
This indicator , I adopt from https://ctdn.com/algos/indicators/show/203 ( This alram Horizontal line) I change a llite bit to alarm Trendline hit  Input data 1. input Point1 - datetime and price 2. input...