Indicators

Free CoVariance indicator
 0
  5
  613
by mfejza
09 Jan 2023, 02:08
CoVariance function as indicator to interpret trade sentiment zones
Free pin bar magic v1
 1
  5
  613
14 Oct 2023, 11:10
//@version=4//Time Frame: H1strategy("Pin Bar Magic v1", overlay=true) // User Inputusr_risk = input(title="Equity Risk (%)",type=input.integer,minval=1,maxval=100,step=1,defval=3,confirm=false)atr_mult = input(title="Stop Loss (x*ATR, Float)",type=input.float,minval=0.1,maxval=100,step=0.1,defval=0.5,confirm=false)slPoints = input(title="Stop Loss Trail Points (Pips)",type=input.integer,minval=1,maxval=1000,step=1,defval=1,confirm=false)slOffset = input(title="Stop Loss Trail Offset (Pips)",type=input.integer,minval=1,maxval=1000,step=1,defval=1,confirm=false)sma_slow...
Free Lanikeha Multi TF RSI v1.1
 2
  0
  613
14 Aug 2023, 07:14
 Multi timeframe RSI indicates (by using different colors) on how may selected timeframes there is RSI buy/sell signal.You can select 4 timeframes. Version 1.1 update (21 August 2023):— you can now...
Free Relative Strength Index Wave ind.
 0
  5
  608
by mfejza
11 Mar 2023, 22:51
The Relative Strength Index Wave Indicator, was created by Constance Brown. This custom indicator is realized as a rainbow with RSI indicators calculated from different input data types; high, low,...
Free STOCHcci Indicator Fast Type
 0
  0
  606
21 Dec 2022, 17:01
This indicator employs a fast stochastic indicator, and the data source is cci value of the prices
Free Turtle Trade Channels Indicator
 0
  5
  606
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 HiLo Range Fan indicator
 7
  5
  605
by mfejza
17 Jan 2023, 00:32
HiLo Range Fan indicator. Trade long when all indicator components are above zero level, trade Short when all indicator components are below the zero level.
Free zignale indicator
 0
  0
  602
22 Sep 2022, 16:01
@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 Directional Movement Index zones
 0
  5
  600
by mfejza
03 Apr 2023, 02:45
The Directional Movement Index (DMI) is an indicator developed by J. Welles Wilder in 1978 that identifies the direction in which the price of an asset is moving. The indicator...
Free RSI and Stochastic Cloud
 0
  0
  595
15 Feb 2023, 11:32
This is another basic cloud code to save space on your charts Its nice to look at.      
Free Time Segmented Volume indicator
 1
  5
  589
by mfejza
23 Jan 2023, 00:47
Time Segmented Volume indicator
Free renko
 0
  0
  586
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 Bulls Bears Impulse
 0
  5
  583
by mfejza
18 May 2023, 16:24
Indicator Bulls Bears Impulse displays in a separate window a pulse graph showing the market switches from bullish to bearish, and vice versa.
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 Ichimoku cross arrows
 0
  5
  579
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 Normalized Volume indicator
 1
  5
  579
by mfejza
05 Aug 2023, 21:09
Normalized Volume is an indicator showing the normalized volume value. It displays the average volume within the bars range, in the form of a colored histogram with a threshold value.
Free Leavitt Projection indicator
 0
  5
  578
by mfejza
13 Sep 2022, 22:40
The Leavitt Projection indicator was created by Jay Leavitt (Stocks and Commodities Oct 2019, page11), who is most well known for creating the Volume Weighted Average Price indicator. Respecting the...
Free RSI with moving Average
 2
  5
  575
16 Feb 2024, 22:58
This is a simple but very useful indicator!! This is the same as the RSI indicator, but with very few changes and the addition of the moving average lineThe placement...
Free HiLo Range indicator
 0
  5
  572
by mfejza
16 Jan 2023, 19:27
HiLo Range indicator. Trade long when indicator is above zero level, trade Short when indicator is below the zero level.
Free 3 Welles Wilder MA's
 0
  0
  571
15 Feb 2023, 16:39
For a Simple Setup Pre set to 21,50 and 200.  
by mfejza
23 Jan 2023, 01:04
ZScore of Time Segmented Volume indicator. Get Time Segmented Volume indicator from here.
Free FVG Indicator
 0
  5
  570
17 Oct 2023, 13:37
Are you missing your Entry while calculation position size? Are you losing more money than you expected because of miscalculation?Are you having trouble calculating your position size, while you are trying...
Free Ehlers Inverse Fisher on top
 0
  0
  570
by dhnhuy
05 Apr 2023, 10:33
The Ehlers Inverse Fisher Transform. Apply on top of any oscillator. Amp: the amplifier. Use a big number to get binary signal. The example of applying Inverse Fisher on Cyber...
Free Relative Moving Average
 0
  0
  562
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...
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 Bollinger Squeeze+
 2
  5
  560
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...
Free Corrected Average indicator
 2
  5
  555
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 LT_Ind_OX: The Buy Sell signals
 0
  0
  550
by dhnhuy
22 Mar 2024, 06:41
Buy Sell signals for breakout trading.Adjust the period as you need. XTick: Safe gap from break out value, e.g. if XTick = 5, a gap of 5 * TickSize is reserved...
Free Quadratic Moving Average indicator
 3
  5
  549
by mfejza
07 Feb 2023, 15:39
Quadratic Moving Average indicator