Indicators

Free renko
 0
  0
  471
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 renko
 0
  0
  582
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,...
04 Dec 2021, 02:00
The Triple Exponential Moving Average (TEMA) reduces the lag of traditional EMAs, making it more responsive and better-suited for short-term trading. Shortly after developing the Double Exponential Moving Average (DEMA)...
05 Sep 2021, 14:36
Adaptive moving average converted from Tradingview by LuxAlgo. Can be use like every other moving average. See link below for more information.   https://www.tradingview.com/script/p8wGCPi6-Trend-Regularity-Adaptive-Moving-Average-LUX/  
Free Donchian Channel Colors
 0
  0
  1311
18 May 2023, 02:24
This is a simple Donchian Channel that paints the candles with colors based on the trend and channel area.   You can find me by joyining this Telegram Group http://t.me/cTraderCoders Grupo de...
Paid Volumecontrol64
 0
  0
  0
06 Aug 2023, 09:34
The higher the volume, the higher the degree of pressure, which, depending on number of nuances, can indicate the beginning of a trend. Volume analysis can help understand the strength...
Free VFX Enhanced VWAP v1.2
 0
  0
  1801
17 Aug 2021, 19:48
Volume-Weighted Average Price (VWAP) Indicator Enhanced version based on the earlier work of cysecsbin.01 - VWAP with Daily, Weekly and Monthly WAPS Indicator and - VWAP with Bands Indicator   Version history: v1.0 - initial...
26 Apr 2024, 18:36
In the dynamic world of online gambling, players are constantly seeking ways to improve their chances of success. One key factor in achieving favorable outcomes is the adoption of effective...
26 Apr 2024, 18:36
In the dynamic world of online gambling, players are constantly seeking ways to improve their chances of success. One key factor in achieving favorable outcomes is the adoption of effective...
Free SSL Indicator
 4
  0
  1639
by BartNL
11 May 2021, 13:50
The SSL indicator consists of two SMAs, one of the Highs,the other of the Lows. On Close above High SMA, the indicator is Long, on Close below Low SMA, the...
Free Price Channels
 1
  0
  4101
by adaled
24 May 2013, 09:38
Definition from ChartSchool "Price Channels can be used to identify trend reversals or overbought/oversold levels that denote pullbacks within a bigger trend. A surge above the upper channel line shows...
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 Chande Kroll Stop
 0
  0
  1170
10 Sep 2021, 10:37
This is the Chande Kroll Stop indicator for cTrader, you can use it for setting your orders stop. Github:  https://github.com/spotware/Chande-Kroll-Stop
Free OrglobalFx_Ichimoku_DoubleTF_v1.0
 0
  0
  1464
18 May 2021, 16:28
Based on Ichimoku Timeframe H4 & D1   Indicator: Ichimoku Timeframe Analysis: D1 & H4 T Platform: ctrader Broker: ICMarkets https://www.icmarkets.com/?camp=41744 Strategy Details... 1. Baseline and conversion line cross on...
Free TD Breakout
 0
  0
  1705
02 Mar 2021, 08:42
This is another TD sequential based entry signal provider indicator, it is very similar to our TD Trend Rider indicator except it looks for breakout setups, not the trend pullbacks....
Free Cyf_ADX+
 0
  0
  3263
by cyfer
09 Apr 2016, 18:05
This is the Same DMS indicator included in cTrader  but organized in a more visually appealing/easier to read form .   
Free Ehlers Instantaneous Trend
 0
  0
  1615
22 Sep 2021, 11:47
This is the John Ehlers Instantaneous Trendline indicator implementation for cTrader. Github: spotware/Ehlers-Instantaneous-Trend: cTrader John Ehlers Instantaneous Trendline indicator (github.com)
Free Hull Forcast
 15
  0
  4489
05 Feb 2019, 01:32
This indicattor uses multiple hull moving average weighting to forcast trends. 
Free SMI Ergodic
 0
  0
  1180
15 Sep 2021, 10:49
SMI Ergodic is calculated the same as the True Strength Index except it is a double-smoothed. It also includes a signal line (in purple below) that is an exponential moving average of the SMI...