Indicators

Free Variable Moving Average Bands
 0
  0
  1018
12 Dec 2021, 20:09
VMA Bands are ATR bands with VMA as its center. For a description of options, refer to VMA: Variable Moving Average (VMA) Indicator   Github: GitHub - Doustzadeh/cTrader-Indicator  
Free Pivots Daily
 1
  0
  12493
27 Sep 2014, 07:35
Pivot Points are widely used by day traders to quickly determine where forex market sentiment may change between bullish and bearish. Pivot Points are also commonly used to find likely...
Free Reversal Magic
 0
  0
  5808
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 Actual Market Maker Pending Orders
 4
  0
  5170
16 Oct 2013, 12:40
Actual Market Maker Pending Orders Buyers vs Sellers: is sum of ask pending orders volume @ actual price & sum of bid pending orders  volume @ actual price and then sum(ask - bid) pending volume show whether is more bids or ask @ actual price. ...
Free Price action patterns finder
 0
  0
  542
14 Mar 2024, 11:06
Its free detect some common patterns. If you have any advice to improve please comment
Free Daily Volatility Average
 1
  0
  1887
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...
02 Mar 2021, 15:39
⏰ Original source code came from Sergio Raimí Mateos, I've only adapted it to support multiple timeframes. ⏰ Link to the original indicator: https://ctrader.com/algos/indicators/show/2257 Calculations made using a different timeframe will be shown directly...
Free Volatility Quality Index (VQI)
 1
  0
  1645
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 ATR Stoploss Finder
 0
  0
  361
by soskrr
17 Mar 2024, 22:47
You can use this indicator to find a good stoploss level.ParametersMultiplier - default = 1.5Length - ATR Length, default = 14Smooth MA Type - Moving Average Type, default = simpleOutputsUpper...
Free cTrader Free News Calendar Widget
 0
  0
  5157
27 Feb 2021, 10:55
The cTrader News Calander Widget is Free and provided by FxPro to be shown in a floating resizable window on or off your charts, this is perfect to see when...
Free STOCHcci Indicator Fast Type
 0
  0
  604
21 Dec 2022, 17:01
This indicator employs a fast stochastic indicator, and the data source is cci value of the prices
Free volume profile zig
 0
  0
  1260
05 Dec 2022, 11:53
 per ctraderProfilo del volume
Free custom volume profile
 1
  0
  2872
01 Aug 2019, 10:37
 
Free TK_PipValue
 0
  0
  818
21 Sep 2021, 10:31
aaa
Free mtm
 0
  0
  77
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 Dark Matter TD Sequential Indicator
 0
  0
  1866
27 Sep 2021, 11:09
This variation of the TD Sequential indicator created by Dark Matter Finance is an indicator based on Tom Demark’s work and its purpose is to identify uptrend and downtrend exhaustion points....
Free mtm
 0
  0
  124
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 ADXW
 0
  0
  1537
19 Mar 2021, 12:43
ADX Wilder, an ADX Variation, created by Welles Wilder.      Pepperstone Group Limited USDJPY m5 f9Q2n | cTrader  
Free LT_Ind BullBearPower
 0
  0
  628
by dhnhuy
04 Apr 2023, 04:47
Bull Bear Power with selectable sources. See also my Ehlers Smoother, the example here apply on the same setting mentioned there:    High: The High source. For price you can...
Paid teste particular
 0
  0
  0
14 Aug 2023, 15:09
import matplotlib.pyplot as plt# Dados hipotéticos do gráfico Renkorenko_data = [4, 10, -2, 8, 6, -1, 12, -3, 5, 9]# Parâmetro para tamanho do gráfico Renko (6 pontos)renko_size = 6#...
Free renko
 2
  0
  437
11 Dec 2022, 05:14
using cAlgo.API;<font></font> using cAlgo.API.Indicators;<font></font> using cAlgo.API.Internals;<font></font> using cAlgo.Indicators;<font></font> using System;<font></font> using System.Collections.Generic;<font></font> using System.Linq;<font></font> using System.Windows.Forms;<font></font> using System.Runtime.InteropServices;<font></font> using System.Diagnostics;<font></font> using cT_MedianRenkoEngine;<font></font> <font></font> namespace cAlgo<font></font> {<font></font>     [Indicator("MedianRenko", IsOverlay = true,...
Free Risk Reward Tool Experto - Edit
 3
  0
  2811
14 Dec 2022, 10:48
Hi tank you from TraderExperto I edited this indicator to show the risk to reward and the amount of entering the position and.. at the same time.   PS = position...
Free Custom Bid Ask Line
 0
  0
  1629
06 Jan 2022, 03:42
This indicator is an indicator for cTrader that automatically displays the bid ask lines and spread. ・Display bid ask lines. ・Display spread pips. YouTube: Download: Custom Bid Ask Line for...
Free RSX
 0
  0
  1193
29 Aug 2021, 00:57
This is Jurik's "noise free" version of RSI, with no added lag. See http://www.jurikres.com/catalog1/ms_rsx.htm for more information. Use this indicator just like the normal RSI. The code was converted from...
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...
11 Jan 2022, 23:23
The QQE indicator is a momentum based indicator to determine trend and sideways. This is slightly modified version of https://ctrader.com/algos/indicators/show/169  
Free VWAP
 1
  0
  2217
19 Feb 2021, 01:27
VWAP with anchored option for daily weekly and monthly. CREDIT to SOL Digital Consultoria LTDA   MQL5. UPATE 11/02/2021 VERSION 1.2 (Bug fix) UPATE 19/02/2021 VERSION 1.3 (Bug fix)    
Free annu
 4
  0
  1267
07 Jun 2021, 05:54
trend
by jani
07 Jan 2022, 13:56
Price Pressure Momentum (PPM) is a proprietary indicator designed by the trader and portfolio manager veteran Bob Kendall (The Kendall Report - @PortfolioXpert) back in 80's. PPM is quite simple indicator...
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  ...