Indicators

Free Volume Price Momentum indicator
 1
  5
  463
by mfejza
05 Aug 2023, 21:03
The Volume Price Momentum Oscillator combines volume and price momentum.You can use this indicator as a measure of trading sentiment: go Long when above the bands, and go Short when...
Free renko
 0
  0
  459
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 Transform Domain
 5
  5
  458
13 Jun 2023, 14:36
This indicator transforms values from any indicator at the bottom of the screen into profiles in the main window. See images below. The profiles can be customized: colors (positive and...
Free Hurst Oscillator
 0
  5
  458
by mfejza
05 Apr 2023, 15:28
The Hurst oscillator is described in Jim Hurst's book "The Magic of Stock Transaction Timing". This indicator can be used for identifying long trading zones when the indicator value is...
Free Standard Error Bands indicator
 0
  5
  456
by mfejza
03 Apr 2023, 02:49
The Standard Error Bands indicator is a smoothed linear regression line, where the period linear regression curve is smoothed by a three-period simple moving average. The upper channel line is...
Free TMAG indicator
 4
  5
  455
by mfejza
09 May 2023, 00:12
TMAG is an oscillator based on three moving averages and the +DI and -DI lines of the DMS (Directional Movement System) indicator. It indicates the market state as uptrend, downtrend,...
Free Bar Count
 3
  5
  453
by yohtza
13 Oct 2023, 18:01
Bar count with options to chose start and end times, hourly closes can have a different color on the 5 minute timeframe, option to hide bar count on timeframes that...
Free LT_Ind_Diff
 0
  5
  452
by dhnhuy
26 Apr 2023, 07:27
Plot the difference between 2 signals. Can select any sources with different shifting for each source. Example 1: Visualize the Kumo Future: Example 2: A simple momentum measurement: Example 3:...
Free SRange Contraction indicator
 0
  5
  447
by mfejza
03 Apr 2023, 02:54
The indicator displays the ratio of yesterday's range to today's range. As Toby Crabel noted, "If yesterday's range was narrower than the previous day's, it may lead to an explosive...
Free Ehlers Better Sinewave
 1
  0
  447
by dhnhuy
03 Apr 2023, 06:34
Ehlers Better Sinewave (see Ehlers book). SourceType: HL2: (High + Low) / 2 HLC3: (High + Low + Close) / 3 Close Custom: selectable source. CustomSource: the source to be...
by icmrks
13 Feb 2024, 11:38
This draws a Fibonacci sequence from selected date and reverses the sequence direction when the support of the pattern is broken. Every pro trader said this can't be coded, yet...
Free Trend Score indicator
 1
  5
  446
by mfejza
30 Jul 2023, 09:20
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.
by mfejza
18 Aug 2023, 11:37
The Trend Continuation Factor (TCF) indicator was developed to assist in identifying the market's trend and direction. It was introduced by M.H. Pee in an article titled 'Trend Continuation Factor'...
Free IMO indicator
 0
  0
  443
by mfejza
03 Apr 2023, 02:52
The purpose of the Impulse Momentum Oscillator (IMO) is to identify fresh momentum. The general recommendation is to trade in the direction of the intersection between the oscillator line and...
Free Realtime % Risk
 0
  0
  443
17 Feb 2024, 11:51
This indicator displays on the screen the percentage of risk you have on the account by checking the open positions on the market.A very useful tool for keeping the risk...
Free RSISTOCHMACD ON CHART (cloud)
 0
  5
  443
05 Jun 2023, 15:54
This is an update version that has been smoothed to 7 bars that gives it a SMA as the base line.
Free Volume Ichimoku
 1
  5
  443
by mfejza
05 Aug 2023, 20:31
This custom indicator is a Price Volume Analysis indicator. The analysis of volume is expressed through the well-known indicator, Ichimoku. This indicator is most commonly used to identify zones when the volume...
Free renko
 0
  0
  442
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,...
by dhnhuy
05 Apr 2023, 10:42
Ehlers Relative Vigor Index in 2 time frames: current time frame and a selectable time frame. TimeFrameHigher: other time frame. Period: period for calculating RVI. SmoothFactor: factor to be used...
Free Deviation Oscillator
 0
  5
  440
by mfejza
19 May 2023, 14:27
The Deviation Oscillator, as a sentiment volatility oscillator, represents the difference between the price and the price simple moving average, normalized within the selected range. The indicator positive difference value...
by mfejza
09 Oct 2023, 10:06
John Bollinger's Normalized Intraday Intensity Oscillator. This custom indicator attempts to measure intraday intensity for both bullish and bearish sentiment. The indicator displays positive values for bullish intensity and negative values for...
Free renko
 2
  0
  437
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 Colour changing MA's
 0
  0
  437
27 Aug 2023, 19:17
Can anyone tell my why this has a gap in the lines?Moving averages with colour changing lines to show up or down movement    using cAlgo.API;using cAlgo.API.Indicators;namespace cAlgo{    [Indicator(IsOverlay = true, TimeZone...
Free Delta Average
 0
  5
  435
24 Jul 2023, 21:34
Delta Average is a indicator it calculates the average volume of the last 14 bullish bars and the last 14 bearish bars and then determines the balance between these averages.The...
Free Optimized Trend Magic Indicator
 0
  0
  433
by mage
08 May 2024, 13:09
Download Free Optimized Trend Magic Indicator: Optimized Trend Magic Indicator – cTrader cBotDownload More Free Indicators Here: Products – cTrader cBotThe Trend Magic indicator is a well-regarded tool among cTrader...
21 Nov 2023, 17:25
"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 The Adaptive Price Zone
 0
  5
  430
by mfejza
21 Jun 2023, 22:28
The Adaptive Price Zone (APZ) represents an adaptive price channel. The indicator was described in the article 'Trading With An Adaptive Price Zone' by Lee Leibfarth in 'Stocks and Commodities'...
Free G Channels indicator
 0
  5
  429
by mfejza
22 Sep 2023, 10:19
This technical indicator, in general, establishes upper and lower boundaries that are calculated by adding or subtracting a volatility component from a central tendency estimator. Channel indicators are widely used...
Free FIR Momentum indicator
 0
  5
  427
by mfejza
04 Jul 2023, 14:14
The Finite Impulse Response Filter (FIR) indicator is a symmetrically weighted filter. The indicator calculates the result for fast components by smoothing the price using FIR and displays the difference...
Free Open Oscillator indicator
 0
  5
  427
by mfejza
01 Feb 2023, 01:22
Open Oscillator indicator calculates Open price change dynamics for a specified period of time, with minimum and maximum Open prices for the range, relative to the current values, as well...