Indicators

Free (MA Visual 1.0) VivapeiroGlimpse1.1
 0
  5
  1567
by Fron
24 Jan 2021, 05:53
NOW CHOOSE FROM 8 DIFFERENT TYPES OF MOVING AVERAGES  -IMPROVE!! THE VISUAL VIEW  OF MA'S -COLOR WILL CHANGE WHEN ABOVE OR BELOW MA -PARAMETERS WOULD TAKE (OHLC),PERIODS,MA TYPE -IF YOU ONLY USE Exponential...
Free (MA Visual) vivaGlimpse by vivapeiro
 0
  5
  1411
by Fron
20 Jan 2021, 04:16
This is to improve the Visual of the Exponential Moving Average instead of using the Line it actually changes the Bar Color when it crosses above or Below MA Type...
Free McGinley Dynamic
 0
  0
  493
by Waxy
22 Jun 2023, 20:36
McGinley Dynamic Indicator Definition (investopedia.com) McGinley Dynamic is moving average that seeks to adapt to different market conditions, depending on if it's ranged, trending up or down it will adjust...
Free McGinley Dynamic Indicator
 3
  0
  1832
01 Mar 2020, 17:58
Developer notes: Default settings are a period of 20 and k of 0.6 I thought about using it as a slow baseline, and gathering signals from crossings between it and...
Free Mean Price Indicator
 1
  5
  425
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 Mean Reversion
 0
  0
  1273
17 Jun 2020, 12:22
Free Mean Reversion Overlay
 1
  0
  1070
17 Jun 2020, 12:19
Free MeanReversionOverlayIteration2
 1
  0
  1148
12 Dec 2020, 19:08
Muy buenas tardes! Os escribo en castellano porque mi inglés es muy limitado. Let's go smurf smurfs :-) Bien, supongamos que un inversor compra o vende en cada vela. Si...
02 Mar 2021, 15:39
⏰ Original source code came from Sergio Raimí Mateos, I've only adapted it to support multiple timeframes. ⏰ Link to the original indicator: https://ctrader.com/algos/indicators/show/2257 Calculations made using a different timeframe will be shown directly...
Free Median RENKO indicator
 0
  5
  539
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...
Free Mijo ZigZag Auto Trend Line
 7
  5
  16126
14 Apr 2014, 16:03
Create in mq4 this program and i use simple convert from mq4 to cAlgo. What can I say  "The Trend Is Your Friend, Until It Ends :-)", create auto trend...
Free mine
 5
  0
  1013
16 Feb 2020, 11:23
mine
Free Mogalef Bands indicator
 0
  5
  528
by mfejza
08 Apr 2023, 12:42
The technical indicator Mogalef Bands projects the high, median, and low levels of the most probable range into the future by taking into account the market environment. This indicator can...
Free Momentum Oscillator 5x
 0
  5
  524
by mfejza
04 Oct 2023, 10:14
This indicator shows the sentiment of five Momentum Oscillators, each with different lookback periods.Trading zones are selected or identified when all indicators have the same sentiment (green for Long, red...
Free Monday Range Ctrader indicator
 2
  5
  277
06 May 2024, 07:13
The Monday Range Ctrader indicator  is a day range indicator, calculates and displays the high, low, open, close (OHLC) prices during a specified trading session, focusing on Mondays.Monday Range Trading...
Free Monthly Seasonality
 1
  0
  954
01 Dec 2021, 07:26
This indicator allows you to visualize seasonality per month on any given asset from January to December Seasonality traders rely on seasonal cycles, based on the idea that the returns...
Free Moving Average Color Candles (MAcc)
 5
  5
  6012
23 Mar 2015, 04:40
Light and dark green candles above the selected moving average, and light and dark red candles below.   Candles are adjustable in size for both the body and the wick...
Free Moving Average Cross Over
 3
  5
  1760
18 May 2023, 02:21
This is a simple Indicator based on two Moving Averages, that you can choose between many of them made available natively from Ctrader. The Indicator changes the colors of the...
Free Moving Average Ribbon
 4
  5
  1301
05 Jun 2022, 17:03
This is a moving average ribbon which only shows the average, the max and the min value. This way any number of moving averages can be shown without recompiling the...
Free Moving Averages with Levels
 0
  5
  1712
04 Jan 2021, 10:57
Your favourite moving averages with additional divergence (higher/lower line) based of deviation pips.
Free Moving Average TimeFrame
 0
  5
  283
21 May 2024, 22:00
Moving Average TimeFrameI looked for it on cTrader to save time, and it was nowhere to be found, so I did it, and now it will be there. Enjoy for Free...
by ozan
13 Nov 2015, 18:40
custom MovingAverageV02 Moving Average with shift for different price types; (0) = Typical Price (1) = Weighted Close Price (2) = Median Price Typical Price = (O+H+L+C) /4 Weighted Close...
Free Moving Average with a smooth line
 0
  0
  213
by soskrr
18 Mar 2024, 00:33
A moving average with a smooth line.ParametersMA Source - default = closeMA Type - default = simpleMA Length - default = 10Show Smooth Line - switch for smooth line, default...
Free Moving average with cloud
 0
  0
  2317
30 May 2021, 23:02
Hello, this code is for the outher author. His name: Panagiotis Charalampous. This indicator was published on this site, on this page: cTDN Forum - Moving average cloud (ctrader.com). I...
Free MRPLOverlay
 0
  0
  1026
23 Feb 2021, 21:53
Ladies and gentlemen, welcome. Today I propose as a curiosity an indicator based on two concepts: Mean reversion and time noise filtering. Designed for TFm1. Instead of price, the trend...
Free MRPLOverlay2
 6
  0
  1000
28 Feb 2021, 22:24
Version 2. Changes introduced: Two pips required to turn around as in Renko. Recalculation of balance lines. Te next step: To add a parameter to customize the brick size. (I...
Free MR Renko Overlay
 0
  0
  1144
04 May 2021, 18:01
Ladies and gentlemen, welcome. I present another indicator from my collection. This is a Renko chart and the calculation of its balance lines. It is only a reference since it takes...
Free MTF SMA
 3
  5
  3506
by sohoj
31 Jan 2016, 19:47
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; namespace cAlgo.Indicators { [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC)] public class SMAMTF : Indicator { [Parameter(DefaultValue = 14)] public int Periods {...
Free Multi Candle
 1
  0
  3887
10 Jul 2015, 08:40
Creates a buy or sell signal soon as bullish candles are N bullish or bearish candle whose size exceeds a given threshold. Project hosted in github
Free Multi MA BTMM v1.2
 0
  0
  1690
30 Jan 2021, 18:57
This is all in one MAs for use in BTMM trading approach.  Version 1.1 - Customizable colors for arrows - Improved offset calculation for arrows  Version 1.2 - Do not draw...