Indicators

by mfejza
02 Feb 2023, 21:22
BollingerBand Over Stretch indicator (idea from mariocontaforex) this indicator try to identify reverse signals based on standard deviation of mean. for more filter signals use SMA with periods 200
Free renko
 0
  0
  692
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 Donchian Fibo
 0
  0
  686
by dhnhuy
03 Apr 2023, 06:50
A combination of Donchian channel and Fibonacci levels. 5 levels: Min, 0.382, 0.5, 0.618, Max are plotted. Period: the period for getting Min, Max. At every moment, the 3 levels...
Free Pivot Points
 2
  0
  650
06 Sep 2023, 19:00
The pivot point indicator is a technical analysis tool that calculates key levels of support and resistance for a given price chart, based on the previous period’s high, low and...
by mfejza
08 Sep 2022, 22:22
Indicator FIR is a symmetrically weighted filter (Finite Impulse Response Filter)
by dhnhuy
03 Apr 2023, 11:15
The Ehlers MESA Adaptive Moving Average in 2 time frames, the current timeframe and a selectable higher timeframe. Read Ehlers article about MAMA for detail, here is some text from his...
by mfejza
06 Jan 2023, 01:03
Volatility Channel by Larry Williams indicator Conditions Long: price > (top channel + bottom channel)/2 Short: price < (top channel + bottom channel)/2 Note, increase calculation periods, to increase projection...
Free hhhhpp
 0
  0
  639
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 Rolling VWAP
 1
  0
  633
by dhnhuy
08 Nov 2023, 04:11
Similar with VWAP, but instead of reset at an anchor point, the calculation is kept rolling, in a similar way that moving average is calculated.I found it is somewhat interesting,...
Free Gaussian Bands Indicator
 1
  5
  632
by mfejza
12 Dec 2022, 14:00
The GaussianBands indicator works like BollingerBands and performs centerline and deviation band filtering based on input deviation parameters. This indicator identifies the price squeeze, and this means the beginning of...
Free Larry Williams Large Trading Index
 3
  5
  626
12 Sep 2023, 20:32
Inspired by: https://www.tradingview.com/script/ECuloL0o-Larry-Williams-Large-Trade-Index-LWTI-Loxx/Thanks to @YesOrNot for heavly contributing to the indicator. The source code is integrated in the .algo file.
Free WPR CrossSignal indicator
 3
  5
  624
by mfejza
21 Mar 2023, 21:45
WPR CrossSignal indicator
Free renko
 0
  0
  624
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 Bollinger Bands 3x StdDev
 1
  5
  616
by mfejza
07 Feb 2023, 14:41
This version of Bollinger Bands contain 3x components, in standard deviation ranges (1, 2, 3); and the levels from Mean with period of 200, acting as support and resistance, also...
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...
27 Dec 2023, 13:24
"To download the extraordinary Dr. khashix, please visit the drkhashix.com." "Vittaverse is the best broker for bot and traid; they support a variety of currencies, have low spreads, and most importantly,...
Free Turtle Trade Channels Indicator
 0
  5
  603
by mfejza
19 Sep 2023, 12:12
This indicator represents a legendary trading system, which proves that great traders can be made, not born.The Turtle Trade trend-following system stands in stark contrast to the "buy low and...
Free renko
 0
  0
  584
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 Ichimoku cross arrows
 0
  5
  576
29 Jul 2023, 07:49
When the price crosses and close above or below the Kumo cloud, then a triangular arrow is formed
by mfejza
16 Mar 2023, 14:47
Power Weighted Moving Average. This indicator is a hybrid of moving average series.
Free Relative Moving Average
 0
  0
  556
by Waxy
13 Jun 2023, 01:49
Relative Moving Average It's like the EMA but it uses alpha = 1/length instead of 2/(length + 1) It gives a bit less weight (about half of EMA) to the...
Free Bollinger Squeeze+
 2
  5
  555
by lordyy
07 Dec 2023, 03:26
This is a Bollinger Squeeze indicator, which is used in combination with Bollinger Bands. The indicator utilizes CCi, STD, and ATR. The column indicator is CCi(50), and the column changes color. When...
by mfejza
27 Jun 2023, 14:40
This custom indicator is derived from the Bollinger Bands indicator by normalizing the deviation bands and comparing them with the original deviation bands. Use this indicator to identify the trend...
Free Corrected Average indicator
 2
  5
  551
by mfejza
06 Jun 2023, 14:10
The indicator CA (Corrected Average), also known as the Optimal Moving Average, offers the benefit of ensuring that the current value of the time series exceeds the current threshold, which...
Free Quadratic Moving Average indicator
 3
  5
  547
by mfejza
07 Feb 2023, 15:39
Quadratic Moving Average indicator
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 Median RENKO indicator
 0
  5
  541
by mfejza
03 Oct 2023, 10:29
The Median Renko Bars Indicator is a modified version of traditional Renko bars, designed to provide traders with a unique perspective on price movements. While similar to regular Renko charts...
Free Alpilean Reviews
 0
  0
  540
22 Nov 2022, 02:30
Alpilean is a weight reduction pill that assists you with consuming fat by focusing on your internal heat level. It works by expanding digestion and controlling your hunger. The fixings...
Free Custom VIX Oscillator
 5
  0
  540
08 May 2023, 00:37
The Custom VIX Oscillator is a combination of the Average True Range (ATR) and the Standard Deviation (STD), which are both measures of volatility. The oscillator is normalized to range...
Free Typical Price Indicator Ctrader
 0
  5
  536
19 Jan 2024, 08:35
The Typical Price Indicator (TPI) shows you daily and weekly Typical Price areas by drawing 3 horizontal lines. Price reactions to these 3 areas are very important and all professional...