Indicators

Free RSI of FIR SpectralForecast
 0
  5
  392
by mfejza
03 Oct 2023, 10:29
The Spectral Forecast calculation is a method used to compare two states of data arrays in order to define a forecast based on the input data.In this custom indicator, the...
Free Median RENKO indicator
 0
  5
  536
by mfejza
03 Oct 2023, 10:29
The Median Renko Bars Indicator is a modified version of traditional Renko bars, designed to provide traders with a unique perspective on price movements. While similar to regular Renko charts...
30 Sep 2023, 05:45
Hi fellow cTraders,We are excited to share with you our first cTrader indicators pack - TwoOne Candlestick Patterns Pack. We created this indicator because we wanted to share our passion and...
Free NIGHTMARE 2
 0
  0
  356
26 Sep 2023, 00:59
Could someone please explane why we are not getting preview pictures like before , I've tryed different formats (png,jpg….) and nothing works ? A simple better version that filters the smaller...
Free Breakeven Line
 1
  0
  639
25 Sep 2023, 23:00
Adds a line to the chart to show the break even price.  Takes all costs into account.
Free Engulfing
 0
  0
  605
25 Sep 2023, 11:42
using System; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators; namespace EngulfingPattern { [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class EngulfingPattern : Indicator { [Parameter(DefaultValue =...
Free 3 MA with Cloud
 1
  5
  487
25 Sep 2023, 01:44
This is an indicator where you can choose the type of ma you want. 
Free pivot
 0
  5
  530
22 Sep 2023, 20:40
pivot
Free G Channels indicator
 0
  5
  424
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 NIGHTMARE
 1
  0
  344
22 Sep 2023, 03:14
JUST FOR YOU   (It's an MA ATR and Cloud)
Free HighLow Rate of Change indicator
 0
  5
  381
by mfejza
21 Sep 2023, 13:25
This custom indicator, known as the 'High-Low Rate of Change,' is designed to measure the rate of change between the highest highs and lowest lows in the market.The indicator calculates...
by yohtza
21 Sep 2023, 13:03
5 minute Exponential moving average for Regular Trading HoursIf its not showing correctly set session manually and turn off “Try to determine session automatically” option. Time zone is Central Standard...
Free Relative Strength Rank indicator
 0
  5
  419
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 Turtle Trade Channels Indicator
 0
  5
  598
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 🦊ZIG ZAG
 0
  5
  721
16 Sep 2023, 03:57
El indicador Zig Zag es una herramienta técnica utilizada en el análisis técnico de los mercados financieros, como acciones, divisas, commodities y otros instrumentos de inversión. Su función principal es...
Free camarila pivotlines
 0
  0
  420
15 Sep 2023, 09:35
good for trading gold
Free camarila pivot lines
 0
  5
  330
15 Sep 2023, 09:32
useful pivot lines for trading on gold
Free Larry Williams Large Trading Index
 3
  5
  623
12 Sep 2023, 20:32
Inspired by: https://www.tradingview.com/script/ECuloL0o-Larry-Williams-Large-Trade-Index-LWTI-Loxx/Thanks to @YesOrNot for heavly contributing to the indicator. The source code is integrated in the .algo file.
Free Delete
 1
  0
  267
12 Sep 2023, 13:17
Misguided upload.Please delete me.
Free RSI of Gann HiLo Activator
 0
  5
  417
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 Gann HiLo Activator
 0
  5
  503
by mfejza
11 Sep 2023, 07:56
The Gann HiLo Activator is a custom indicator that helps traders identify trends and potential entry and exit points in the market. It's based on the work of W.D. Gann,...
Free ZigZag
 0
  0
  478
06 Sep 2023, 21:21
The zigzag indicator is a technical analysis tool that filters out small price movements and draws trendlines connecting the swing highs and swing lows of a price chart. The zigzag...
Free Pivot Points
 2
  0
  647
06 Sep 2023, 19:00
The pivot point indicator is a technical analysis tool that calculates key levels of support and resistance for a given price chart, based on the previous period’s high, low and...
Free Price Channel Stop indicator
 0
  5
  478
by mfejza
31 Aug 2023, 11:17
The Price Channel Stop custom indicator displays the current estimated trend based on the channel period and desired risk. Additionally, it presents two levels of values that can serve as...
Free zombie
 0
  0
  341
29 Aug 2023, 17:15
123
Free Colour changing MA's
 0
  0
  430
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...
26 Aug 2023, 12:30
New Updated Bollinger Band Cross Strategy is very powerful tollsBest for Scalping Follow 2 steps                             (Rashidsaeed8084@gmail.com)Renko Chart Candlestick...
Free 3 Cloud MA
 0
  0
  471
25 Aug 2023, 13:02
3 Clouds for Moving Averages. The defaults are for a scalping strategy that uses 8 and 34 Exponantial on 1H and 5m charts, so this will show the 1H on...
Free order flow
 0
  0
  1076
23 Aug 2023, 14:50
Order Flow Ticks brings the main concepts of Order Flow (aka Footprint) for cTrader, adapted for Tick Volume.Using ideas from my previous creations (Volume for Renko/Range, TPO Profile) made this possible.Also...
Free Multi Timeframe ATR
 0
  0
  629
20 Aug 2023, 20:38
Indicator that calculates the Average True Range (ATR) for specified timeframe (it can be different from chart's timeframe).