Indicators

Free DOSC
 0
  0
  3356
03 Dec 2012, 01:49
As used by the Forex Peace Army in Steve Tutorial. Gives the point of entry by placing a line along the top/Bottom of the spikes. Distance from zero line is...
Free Average True Range (ATR)
 0
  0
  5870
26 Feb 2013, 22:49
This Average True Range is based on the True Range Indicator provided by cTrader / cAlgo and has been overlayed with a simple Moving average. It is valid for all...
Free Average True Range
 0
  0
  3094
by condor
12 Jun 2013, 18:40
The average true range indicator.
Free ATR Stops
 3
  0
  8865
11 Oct 2013, 10:53
ATR Stops provides trend following stops using average true range.  Signals are used for entries/exits: Exit a long position / enter short when price crosses below the stop line. Exit your short position /...
Free Predicted Intraday Volatility
 0
  0
  3921
by Kate
18 Nov 2013, 23:31
Predicts intraday volatility using historical volatility for specific time of day. RateOfChange - EMA factor, less RateOfChange - more days are aggregated.  
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 Chandelier Exit
 2
  0
  6022
30 Apr 2014, 11:57
Developed by Charles Le Beau and featured in Alexander Elder's books, the Chandelier Exit sets a trailing stop-loss based on the Average True Range (ATR). The indicator is designed to...
Free VelociTy Indicator
 0
  0
  3290
22 Jul 2015, 16:14
Indicate the acceleration of the high price and the low price with a moving average.  If the moving average is over ZERO the trend is UP otherwise it's Down. If the...
30 Apr 2016, 19:02
This time I'm sharing my personal indicator it does calculates weighted standard deviation per side to get the upper and lower volatility the advantage of differentiating the volatilities is that...
Free Central Pivot Range (CPR)
 3
  0
  6339
27 Aug 2013, 23:28
The Central Pivot Range (CPR). Before using this indicator, please specify desired time zone in the code:         Then, change time zone in cTrader/cAlgo:   If you do...
Free Bollinger Bands - Distance From Top
 0
  0
  1604
26 Jul 2020, 08:50
Indicators says how much distance price is there from the top bar. Pretty simple calculation (Top - Price) But, when you add that to 100 period distance comparison you will...
26 Jul 2020, 08:49
Similar to earlier indicator on Distance from top, this Indicators says how much distance price is there from the Bottom bar. Pretty simple calculation (Price - Bottom) But, when you...
Free ATR Channel
 1
  0
  4962
by matfx
30 Jun 2014, 10:23
ATR Channel indicator - Avergae true range measures the volatility of the market. Current ATR = [(Prior ATR x 13) + Current TR] / 14 - Multiply the previous 14-day...
Free Squeeze Momentum
 0
  0
  1720
16 Sep 2021, 11:35
This is the John Carter Squeeze Momentum indicator implementation for cTrader. Github:  https://github.com/spotware/Squeeze-Momentum
Free Lazy Bear Centre of Gravity
 3
  0
  3270
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 mtm
 0
  0
  122
07 Jun 2024, 23:37
using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System;using System.Linq;namespace cAlgo{   [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]   public class MomentumIndicator : Indicator   {       [Parameter("N Value", DefaultValue = 60, MinValue...
Free Relative ATR
 0
  0
  474
01 Jun 2023, 23:32
Relative ATR (Average True Range) Indicator for cTrader   The Relative ATR Indicator for cTrader is a powerful tool designed to gauge volatility in relation to longer-term average volatility. It's built...
Free Relative Volatility Index (RVI)
 0
  0
  1516
14 Sep 2021, 09:50
The relative volatility index (RVI) is a volatility indicator that was developed by Donald Dorsey to indicate the direction of volatility. It is similar to the Relative Strength Index (RSI),...
Free Market Facilitation Index
 0
  0
  1183
28 Jul 2021, 14:47
Market Facilitation Index , by Bill Williams , plots the effectiveness of price movement by computing the price movement per volume unit. Green : --------------------------------- MFIndex increases and the volume increases. This means that the amount of...
Free Daily Volatility Average
 1
  0
  1884
06 Jan 2022, 03:47
Volatility = daily high price - daily low price. YouTube Donation from free download from Gumroad Daily Volatility Average for cTrader cTrader用 日足高安平均値表示インジケーター   Another indicators: --free-- Auto Calculate Lots...
Free Volatility Quality Index (VQI)
 1
  0
  1642
20 Dec 2021, 01:37
The volatility quality index (VQI) by Thomas Stridsman was firstly published in 2002 on Technical Analysis of Stocks and Commodities magazine. The idea behind the volatility quality index is to...
Free custom volume profile
 1
  0
  2871
01 Aug 2019, 10:37
 
Free Spread
 0
  0
  7509
27 Jun 2015, 11:37
Spread shows the current spread and its average. You can set the time and type of medium to display. Author : Abdallah HACID Solution Visual studio
Free DCT - ADR
 0
  0
  477
26 May 2023, 17:25
Average Daily Range. Defaults to the last 5 days DAILY average irrespective of chart time frame. Calculates average of last x days (high - low) values.  
Free ATR Multi Symbol pips
 0
  0
  1549
31 Mar 2020, 15:56
Multi Symbol ATR pips ===========================   This Indicator can show ATR from 4 symbols simultaneously. ATR shown is in pips. For more information or Inquiry you can contact me at...
Free Average True Range pips
 3
  0
  2657
13 Feb 2022, 16:37
Simple Average True Range But in pips v1 : code fix as stated by @emil.kupco
26 Jul 2020, 09:52
This is extension of Bollinger Bandwidth indicator which also indicates squeeze and bulge as explained by Mr. John Bollinger himself in video:    Squeeze - When blue line of bandwidth...
Free mtm
 0
  0
  68
07 Jun 2024, 23:37
using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System;using System.Linq;namespace cAlgo{   [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]   public class MomentumIndicator : Indicator   {       [Parameter("N Value", DefaultValue = 60, MinValue...
Free cTrader High-Low (HL) Indicators
 0
  0
  2469
27 Feb 2021, 10:25
You will find some free indicators to download on our website for the following events: Highest High Highest Low Lowest High Lowest Low each indicator is a different variation so...
Free Normalized ATR
 1
  0
  1054
11 Jan 2022, 23:37
ATR (Average True Range) is usually used to assess volatility of the market. But since it is not bounded, we can not really know if some extremes of the volatility...