Indicators

Free sessions
 0
  0
  159
11 Feb 2024, 07:41
sessions
Free sessions
 0
  0
  174
11 Feb 2024, 07:41
sessions
Free sessions
 0
  0
  151
11 Feb 2024, 07:41
sessions
Free sessions
 0
  0
  222
11 Feb 2024, 07:42
sessions
Free sessions
 0
  0
  185
11 Feb 2024, 07:42
sessions
Free sessions
 0
  0
  175
11 Feb 2024, 07:41
sessions
Free sessions
 0
  0
  400
11 Feb 2024, 07:42
sessions
by mfejza
18 Jan 2023, 00:17
Shadow True Strength Index indicator Use shadow color as trade sentiment; green for Long; red for Short
Free SHI Channel True
 2
  0
  3772
03 Mar 2018, 20:29
Popular Channel indicator(MT4 & 5)  converted  to C#. Long lines of code, but it works :)  
Free Shifted Moving Average
 4
  5
  4519
23 Jul 2013, 12:54
Moving Average with Shift
Free Show Equity
 4
  0
  3210
27 Mar 2014, 20:42
This is a simple indicator which shows current account equity in top left corner of the main chart. "Equity: " and currency can be switched off.
04 Feb 2016, 04:21
Sometimes it's easy to lose track of the bigger picture.   This indicator draws candle boxes based on high and low around the current price action.    For example, if...
Free Show Spread on the chart
 1
  5
  1593
04 Jan 2023, 18:39
This code simply displays the current spread on the chart. You can change its position or color. My current unit is Points (0.1 pips). - Visit https://ctrader.com/users/profile/55833 to see my other robots....
Free SidusBago
 1
  5
  3655
24 Oct 2012, 15:20
Sidus Bago Indicator
Free SignalToNoise indicator
 0
  5
  580
by mfejza
03 Apr 2023, 02:50
This indicator detects Signal-To-Noise ratio. As an additional piece of information, you can use the indicator's cross components to draw trend lines, which can be a proper and effective way...
Free Signalysis
 0
  0
  500
by dhnhuy
03 Apr 2023, 10:56
An common way to analyze a signal (indicator line), is to check whether it is rising, falling. Some other ways: Stochastic: (Cur - Min) / (Max - Min) over a...
Free Silver Trend Indicator for cTrader
 0
  0
  1414
13 Jun 2023, 13:19
The Silver Trend indicator is a powerful trend-identifying tool for the cTrader platform. It's designed to provide accurate trade signals by highlighting significant trends in market prices. By identifying the...
Free Simple Alarm
 0
  0
  1262
06 Jan 2022, 03:40
This is a simple alarm indicator. You can set the time and display the memo you want to display. The alarm sound can be changed freely. シンプルなアラームインジケーターです。 指定の時間にメモとアラーム音を鳴らします。 アラーム音は自由に変更可能です。 How...
Free Simple Fibonacci Timezones
 0
  0
  1602
by devman
18 Nov 2019, 23:02
Simple Fibonacci Timezones Indicator. How to use: 1. Draw any trendline. 2. Open trendline settings (right click). 3. Type `ftz` in comment. 4. Type `ftz|7` to create 7 levels. 5....
Free Simple Moving Average
 0
  0
  3865
25 May 2012, 12:24
This is the famous simple moving average indicator (SMA) 
Free Simplified Renko
 3
  5
  5745
by jeex
15 Jan 2014, 12:30
For those who like Renko: Simplified Renko. It is time based, simply because cAlgo/cTrader are time based. Simplified Renko however does show what a real Renko Chart shows: movement in...
Free Sinewave
 1
  5
  4213
09 Jan 2014, 15:20
This indicator tries to determine the current phase of the cycle you are in, has an advantage over other oscillators such as RSI and Stochastic because it predicts rather than...
Free Sinewave Support and Resistance
 6
  3.75
  10098
09 Jan 2014, 15:20
Shows support and resistance levels where the lead sine wave crosses above and below the sine wave, respectively (see Sinewave). References Sinewave Indicator.  
Free SinMaChineseTranslate
 0
  0
  2347
07 Mar 2015, 13:15
// Only For beginners .this is TMA translate into chinese. use Color of violet and period of 16.More like waves //than sma,smma,ema. // //N= peroid. using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators;...
Free Slope Direction Line indicator
 0
  5
  948
by mfejza
25 Feb 2023, 13:24
Slope Direction Line indicator is displayed as a colored average line indicating the average market movement direction. Use it in multi timeframe to identify trend direction.  
Free Slope Divergence
 0
  5
  496
16 May 2023, 14:08
Slope divergence is an intriguing concept in technical analysis, where the slope of a price and the slope of a momentum indicator (e.g., RSI) are compared to identify potential divergences. ...
Free Slow Adaptive Trend Line indicator
 0
  5
  424
by mfejza
05 Jun 2023, 22:56
The Slow Adaptive Trend Line (SATL) is formed using the digital filter of the low-frequency FLF-2. The FLF-2 filter is designed to suppress noise and market cycles with longer periods...
Free SmaCloseBandWidthOverlay
 0
  0
  1452
25 Oct 2020, 12:39
Good Morning. This is a volatility study based on a simple average, highs and lows. The oscillator in the image can be easily represented by referencing the price and the...
Free SmaCloseBandWidthOverlay2
 0
  0
  1173
25 Oct 2020, 17:55
This is the same indicator as the previous one but with an added average of the highs and lows to smooth them out. If you allow me an opinion, it is...
15 Dec 2023, 22:13
A technical indicator for cTrader that represents a moving average in the form of a histogram is a tool that can be used by traders to identify trends, reversal points...