Indicators

Free Awesome Oscillator
 0
  5
  1581
21 Oct 2022, 06:17
This is a Simple Awesome Oscillator with multiple Colors for a better visualization of the Histogram Trend.   Grupo CTrader em Portugues -->>  https://t.me/ComunidadeCtrader Para los que quieran participar de un...
Free Acceleration/Deceleration Oscillator
 0
  0
  1455
21 Oct 2022, 06:16
This is a Simple Acceleration Deceleration Oscillator with Multiple Colors for a Better Visualization of the Histogram Trend.     Grupo CTrader em Portugues -->>  https://t.me/ComunidadeCtrader Para los que quieran participar...
Paid E7 Harmonic Structures
 0
  0
  614
by Gwave
11 Oct 2022, 20:08
E7 Harmonic Structures are customised for:    Over 20 different Structures,    Point C Structures,    Point D Structures,    Automatic Fib retracements,    Potential Completion Zones (PCZ),    Potential...
Free Ehlers Super Smooth Indicator
 0
  5
  763
by mfejza
11 Oct 2022, 00:40
Ehlers Super Smooth Indicator
Free Trend Score
 0
  5
  153
by mfejza
11 Oct 2022, 00:37
Trend Score indicator by Tushar S. Chande was described in the article "Rating Trend Strength" in S&C magazine (September 1993).It displays both the power and direction of a trend.
Free Ehlers Super Smooth Indicator
 0
  5
  157
by mfejza
11 Oct 2022, 00:36
The Ehlers' Super Smoother Filter is a smoothing technique developed by John F. Ehlers, based on aerospace analog filters. This filter aims at reducing noise in price data, which appears to...
Free Period Extreme
 0
  5
  151
by mfejza
11 Oct 2022, 00:34
The 'Period Extreme' custom indicator identifies the ongoing price pressure within the current price impulse. Following the previous 'period extreme' serves as a reference point for determining the point of no...
Free ZIGNALE OSCILLATOR
 1
  0
  895
23 Sep 2022, 00:08
@version=4 Di Mihkel00 Questo script è progettato per il metodo NNFX, quindi è consigliato solo per i grafici giornalieri. Ho provato a implementare alcune regole VP NNFX Questo script ha...
Free zignale indicator
 0
  0
  916
23 Sep 2022, 00:02
//@version=4 //By Glaz, Modified // study("QQE MOD") RSI_Period = input(6, title='RSI Length') SF = input(5, title='RSI Smoothing') QQE = input(3, title='Fast QQE Factor') ThreshHold = input(3, title="Thresh-hold") //   src...
Free hhhhpp
 0
  0
  637
23 Sep 2022, 00:00
using cAlgo.API; using cAlgo.API.Indicators;   namespace cAlgo.Indicators {     [Levels(0)]     [Indicator(AccessRights = AccessRights.None)]     public class ElliotOscillator : Indicator     {         private SimpleMovingAverage _fastSma;         private SimpleMovingAverage _slowSma;         private SimpleMovingAverage _sma100;         private SimpleMovingAverage _sma200;...
Free hhhhpp
 0
  0
  502
23 Sep 2022, 00:00
using cAlgo.API; using cAlgo.API.Indicators;   namespace cAlgo.Indicators {     [Levels(0)]     [Indicator(AccessRights = AccessRights.None)]     public class ElliotOscillator : Indicator     {         private SimpleMovingAverage _fastSma;         private SimpleMovingAverage _slowSma;         private SimpleMovingAverage _sma100;         private SimpleMovingAverage _sma200;...
Free DynamicRS indicator
 2
  5
  801
by mfejza
13 Sep 2022, 22:53
This indicator showing price average and price intrinsic level without smoothing methods.
Free AW Symbol Watermark ctrader
 0
  0
  869
12 Sep 2022, 09:22
Adds a watermark to the chart background displaying symol name and description and timeframe with options( color, font, alignment, opacity, show description)  
Free VWAP continual
 4
  5
  1192
by mfejza
08 Sep 2022, 23:39
In this version VWAP (Volume Weighted Average Price) is calculated based on comulative look back periods
by mfejza
08 Sep 2022, 22:28
Ichimoku Kinko Hyo indicator, smoothed by FIR filter.
by mfejza
08 Sep 2022, 22:22
Indicator FIR is a symmetrically weighted filter (Finite Impulse Response Filter)
Free [Bullitt] Half Trend
 0
  5
  3210
05 Sep 2022, 16:09
Half Trend with Pip Analyser The Half Trend is an indicator that calculates the Maximum Price “High” and Minimum Price “Low”. The Half Trend is a Moving Average based market...
Free TrendValue indicator
 2
  5
  996
by mfejza
01 Sep 2022, 23:36
The TrendValue indicator show trending zones for long and short trades
Free Profit Maximizer PMax
 1
  0
  1210
20 Jul 2022, 20:00
Insepired by KivancOzbilgic from TradingView. I'm not 100% sure the algorithm is the same as the original version of KivancOzbilgic. So feel free to suggest improvements to the code.
Free top trade
 4
  0
  1167
17 Jul 2022, 00:41
<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">usando Sistema;</font></font><font></font><font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> usando cAlgo.API;</font></font><font></font><font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> usando cAlgo.API.Internals;</font></font><font></font><font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> usando cAlgo.API.Indicators;</font></font><font></font><font style="vertical-align: inherit;"><font style="vertical-align: inherit;"> usando cAlgo.Indicators;</font></font><font></font>...
Free MACD ZeroLag
 2
  5
  2908
11 Jul 2022, 18:41
This is my MACD Zero Lag with a much faster signal. This Indicator uses the Double EMA instead of a traditional EMA for the Signals. You can take a look...
05 Jul 2022, 17:15
Often used for breakout trading to avoid fake breakouts.  I couldn't find a VWMA for Ctrader so programmed one and am sharing it with the community.  There is lots of...
Free VWAP (Volume Weighted Average Price)
 9
  0
  16013
05 Jul 2022, 17:13
I couldn't find a VWAP indicator for Ctrader so programmed one and am sharing it with the community.  There is lots of information about this indicator on-line. VWAP indicator not...
Free 13-21-200 MAs (Multi-Timeframe)
 1
  5
  1574
05 Jul 2022, 15:10
A simple indicator for trend following, consisting of 4 Exponential Moving Averages (EMAs) in total. Parameters: Source                        - The...
04 Jul 2022, 23:24
Below is a Python code that I created to identify tops and bottoms on price charts of stocks or any financial assets. I also invented an extra indicator that calculates...
Free ZigZag with Percentages
 3
  2.5
  2558
04 Jul 2022, 16:14
Yet another ZigZag Indicator, except this one shows the price and the percentage change from Swing High to Swing Low. This indicator is based on mike.ourednik's ZigZag indicator: https://ctrader.com/algos/indicators/show/1419 Parameters: Percentage Move - ...
Free Cumulative Delta Volume
 3
  5
  2573
12 Jun 2022, 23:56
This is an cumulative volume indicator based of the version by LonesomeTheBlue on TradinbView: https://www.tradingview.com/script/vB1T3EMp-Cumulative-Delta-Volume/ Here is how to use it:  
Free Moving Average Ribbon
 4
  5
  1299
05 Jun 2022, 17:03
This is a moving average ribbon which only shows the average, the max and the min value. This way any number of moving averages can be shown without recompiling the...
Free zigzag
 2
  2.5
  1882
04 Jun 2022, 00:06
to help you in choosing the right risk reward ratio for your positions
Free Half Trend
 5
  5
  3199
by mfejza
30 May 2022, 18:18
This following trend indicator is very reliable. It guides traders in the market about the prevailing or beginning direction. Moreover, it's a non-repainting indicator. The HalfTrend indicator represents the trend...