Indicators

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 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 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 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
  432
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 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...
Free Zig Zag Count&Price
 0
  0
  426
22 Feb 2024, 20:27
Added the function to display the candlestick count, Vertex price, and reversal price markers for the deviation type ZigZag.For example, if Deviation percent is 1, a 1% reversal from the...
Free FIR Momentum indicator
 0
  5
  426
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 Mean Price Indicator
 1
  5
  426
by mfejza
03 Aug 2023, 15:03
The Mean Price indicator displays two levels: the average price of all bars of the current day and the average price of the previous day. The useful information for trading is...
Free Relative Strength Rank indicator
 0
  5
  424
by mfejza
20 Sep 2023, 10:59
The RelativeStrengthRank custom indicator, appears to be a momentum-based measure that takes into account both short-term and long-term price changes relative to the 10-day Average True Range (ATR). Here's how...
Free renko
 0
  0
  424
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 camarila pivotlines
 0
  0
  424
15 Sep 2023, 09:35
good for trading gold
Free RSI of Gann HiLo Activator
 0
  5
  424
by mfejza
11 Sep 2023, 07:59
Replacing the input price values of the Gann HiLo Activator indicator with the output of the Relative Strength Index (RSI), you would essentially be using the RSI as a trend...
Free Slow Adaptive Trend Line indicator
 0
  5
  422
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 renko
 1
  0
  422
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 DRKHASHIX CandlePower v2
 5
  5
  421
15 Nov 2023, 13:15
"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 DPO of GHLA indicator
 1
  5
  420
by mfejza
31 Jul 2023, 07:22
The Detrended Price Oscillator (DPO) is a well-known market sentiment indicator, displaying values above (bullish) and below (bearish) the zero level. This version of the custom indicator colors the values...
Free Trading Sessions indicator cTrader
 12
  5
  417
27 Feb 2024, 18:53
This is an early version of the trading session indicator for forex trading. In this indicator, the 4 trading sessions Australia, Tokyo, London and New York are displayed on the...
Free renko
 0
  0
  416
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 Asymmetrical RSI indicator
 1
  5
  416
by mfejza
16 May 2023, 13:29
The Sylvain Vervoort Asymmetrical RSI indicator was described in the October 2008 issue of the 'Stocks & Commodities' magazine. This indicator is used to determine trade sentiments in correlation with...
Free renko
 0
  0
  415
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 Sample Telegram Function
 3
  5
  414
30 Apr 2023, 03:19
Use the below Telegram function to send telegram messages in your Indicator. Search on google on how to create Token using BotFather and get ChatId public void SendTelegram(String Token, String...
Free Ehlers Smoother
 0
  0
  414
by dhnhuy
03 Apr 2023, 10:08
Some smoothing options, can apply on top of any series. SourceType: HL2: (High + Low) / 2 HLC3: (High + Low + Close) / 3 Close Custom: selectable source. CustomSource:...
Free Ict Sessions
 0
  5
  411
11 Apr 2024, 22:42
Sessions indicator
Free SuperTrend (colored version)
 0
  5
  407
by mfejza
18 Jan 2023, 00:33
This is the same indicator as the one from API indicators; only the shadow sentiment is added for visual clarity
Free reza zamanpor
 1
  5
  406
27 Jul 2023, 23:37
1
Free Dynamic Balance Point indicator
 1
  5
  406
by mfejza
10 Aug 2023, 11:18
The Balance Point itself can be used as a sort of support/resistance indicator or for dynamic stop/reverse. In the case when the indicator value is lower than the current closing price,...