Indicators

Free renko
 0
  0
  472
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,...
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
  1313
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...
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...
Free Bollinger Bands %B for cTrader
 2
  0
  1733
25 Feb 2021, 14:26
This Free cTrader Bollinger Bands Percent B indicator is very good at identifying trend reversals in a trending market, it also benefits from integrated Telegram and email alerts so that...
Free Automatic Switching MA
 2
  0
  1326
by summer
13 May 2021, 08:37
各チャートのタイムフレームによってMAのサイクルを自動で切り替えることができます。 The MA cycle can be switched automatically according to the time frame of each chart.
Free ROC Adaptive MA
 0
  0
  1199
14 Dec 2020, 18:21
At FXTS, we've been working on a selection of adaptive moving averages over the last week to be released in succession. These can be used for crossovers, or for trailing...
Free Indicator Sam
 1
  0
  290
12 Jan 2024, 14:38
indicator
Free Andrey4668
 1
  0
  170
12 Feb 2024, 22:52
Hgcfcgh
Free rectangle
 1
  0
  1229
18 Jan 2022, 10:50
private void DrawRectangle(string objectName, int x, double y, int width, double height, Colors color, int thickness, LineStyle style) { ChartObjects.DrawLine(objectName + "a", x, y, x + width, y, color, thickness,...
by mfejza
08 Sep 2022, 22:28
Ichimoku Kinko Hyo indicator, smoothed by FIR filter.
Free PVSRA Dragon
 2
  0
  1943
by reyx
15 Apr 2020, 00:37
Dragon Lines of PVSRA
by icmrks
15 Feb 2024, 09:32
This draws resistance support based on previous fractals.Both normal and when confirmed. Confirmed fractal is when the price breaks the other-side fractal.Remember: trend is broken when previous fractal that supported...
by icmrks
15 Feb 2024, 09:32
This draws resistance support based on previous fractals.Both normal and when confirmed. Confirmed fractal is when the price breaks the other-side fractal.Remember: trend is broken when previous fractal that supported...
Free Ichimoku Cloud BreakOut
 2
  0
  3679
25 May 2020, 08:33
The Ichimoku Cloud BreakOut is one of the best trading system.  Ichimoku is a very complex tool based on 3 Moving Averages (9,26,52). It has many usage : Kijun/Tenkan, Kijun/Cloud, Tenkan/Cloud...
Free Market maker EMAS
 0
  0
  1536
15 Jun 2020, 10:12
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators;   namespace cAlgo {     [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class GMMA : Indicator     {         [Output("Short...
Free 2MA Cloud
 1
  0
  309
28 Feb 2024, 19:41
Since 1MA is too thin, I filled in the space between 2MAs.The images are examples of how to use them.You can use EMA and SMA, or use 180 and 220...
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 Multi-timeframe trend
 4
  0
  3024
15 Jul 2020, 16:57
This indicator displays the current trend in several timeframes from one minute to one month. It uses the Directional Movement System and the Parabolic SAR to determine the trend. In...