Indicators

Free The CCI v2.0
 0
  5
  535
08 Sep 2024, 01:09
Introducing the cTrader Indicator "The CCI v2.0"The The CCI v2.0 indicator is a custom-built tool for cTrader that combines the Commodity Channel Index (CCI) with smoothing through exponential and triangular...
Free The RSI v2.0
 0
  5
  801
08 Sep 2024, 00:51
Introducing The rsi v2.0 : A Custom RSI Indicator for cTraderThe rsi v2.0 is a custom Relative Strength Index (RSI) indicator designed to provide a clearer interpretation of overbought and...
Free The Stoch v2.0
 0
  5
  398
08 Sep 2024, 00:37
Introducing The Stoch v2.0 : A Custom Stochastic Indicator for cTraderThe The Stoch v2.0 is a custom stochastic indicator designed to provide more clarity on market highs and lows by...
Free MACD color changing version
 0
  0
  483
by g.swc
07 Sep 2024, 20:45
MACD color changing versionDouble line six color MACD 
Free CSTP Indicator 4 Parametters
 0
  0
  276
28 Aug 2024, 15:22
Here’s a simple description of the C# code and its importance for the cTrader Strategy Tester v1.12 bot : (https://ctrader.com/algos/cbots/show/4487/)Code DescriptionDeclaration and Parameters:The code defines an indicator called CSTP_Indi_4Parametter, which...
Free RSI Quality indicator
 0
  0
  352
by mfejza
22 Aug 2024, 09:03
This custom RSI indicator is a derivation of the original RSI. You might recall the saying, "If it sings like a duck, walks like a duck, and looks like a duck,...
Paid MamadICHI
 2
  0
  0
18 Aug 2024, 07:59
300$ you can see sell signal on xauusd in new weekcontact me on telegram or gmail 
Free RSI CC
 0
  5
  349
17 Aug 2024, 13:19
RSI Candle base + Ichimoku 
Free MRSI
 0
  0
  319
17 Aug 2024, 12:01
new RSI like indicator
Free KTV
 0
  5
  234
14 Aug 2024, 12:57
value = tenkan sen - kijun sen  
Free RSI Cloud
 0
  5
  225
11 Aug 2024, 19:22
RSI indicator with ichimuko cloud
Free My RSI
 1
  0
  296
06 Aug 2024, 09:20
//@version=5indicator(title="Relative Strength Index", shorttitle="RSI", format=format.price, precision=2, timeframe="", timeframe_gaps=true) ma(source, length, type) =>    switch type        "SMA" => ta.sma(source, length)        "Bollinger Bands" => ta.sma(source, length)   ...
Free My RSI
 0
  0
  255
06 Aug 2024, 09:15
 ma(source, length, type) =>    switch type        "SMA" => ta.sma(source, length)        "Bollinger Bands" => ta.sma(source, length)        "EMA" => ta.ema(source, length)   ...
Free E7 Correlation Dashboard
 0
  0
  303
by Gwave
01 Aug 2024, 14:50
Just a simple Correlation Dashboard.Future version will include more functionalities.Download your free indicator in the following link: E7 HARMONICS 
Free Custom RCS RSI with symbol list
 0
  5
  298
30 Jul 2024, 11:12
This indicator calculates the RSI values for each symbol in two selected symbol lists: SymbolList 1 and SymbolList 2. For each list, an average RSI is computed, providing a consolidated...
Free Correlation with Angle
 1
  5
  256
30 Jul 2024, 10:46
Main ObjectiveThe "Correlationwithangle" indicator is designed to help traders identify correlations and angular movements between different currency symbols, using moving averages and volatility indicators like the ATR (Average True Range).Key...
Free Donchian Smooth Ma AllInOne Scored
 0
  5
  272
29 Jul 2024, 23:36
This trading indicator, called DonchianSmoothMaAllInOneScored, integrates multiple Donchian channels, smoothing techniques, and scoring systems to provide a comprehensive analysis of market trends. Here’s a simplified explanation of how it works:Main...
Free Rsi Hilo
 0
  5
  280
23 Jul 2024, 01:32
This indicator calculates the RSI based on the median price. If the RSI is > 50, the HighPrice values are displayed; if it is < 50, the LowPrice values are...
Free Luc RSi Divergence
 1
  5
  531
22 Jul 2024, 18:13
This indicator displays the RSI with colors for levels above 70 and below 30. It also displays a divergence on the graph and indicator sections.
Free Scored Ma MultiTimeFrame
 0
  5
  388
03 Jul 2024, 22:02
This indicator uses the scoring strategy to define a signal. If a bar is above a moving average (MA), the score is +1, and if a bar is below a...
Free mtm
 0
  0
  279
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...
22 May 2024, 16:42
Indicator that calculates the Stochastic Oscillator for specified timeframe (it can be different from chart's timeframe).
Paid BD Rsi
 0
  0
  0
11 May 2024, 17:13
BD8 Rsi
Free enola
 0
  0
  294
09 May 2024, 22:04
02 May 2024, 05:16
CTrader RSI Alert indicator offers many features to the user and is the best RSI alert management indicator. With this smart indicator, you can manage your RSI crossover strategy and...
Paid Vix Fix Indicator
 0
  5
  0
by mage
01 May 2024, 15:00
https://ctrader.bot/downloads/vix-fix-indicator/What is the VixFix Indicator?The VixFix indicator is a tool that you can add to your cTrader platform to help you identify potential volatility or stress in the market. It is not...
Free calculadora de lotaje
 0
  0
  401
26 Apr 2024, 03:20
calculadora
Free calculadora de lotaje
 0
  0
  321
26 Apr 2024, 03:20
calculadora
Free RSI Candles
 1
  3.75
  465
15 Apr 2024, 13:53
Presenting the RSI Candles indicator for cTrader, a unique tool designed to represent Relative Strength Index (RSI) values in candlestick format, providing a novel perspective on market momentum. This indicator...
Free RSI Candles
 0
  5
  385
15 Apr 2024, 13:53
Presenting the RSI Candles indicator for cTrader, a unique tool designed to represent Relative Strength Index (RSI) values in candlestick format, providing a novel perspective on market momentum. This indicator...