Indicators

Free Keltner Channel MA Guild
 4
  5
  1494
06 Mar 2020, 17:47
This Keltner Channel indicator  moves with the trend. It can be used for getting in on the trend. It uses an additional Moving average to guild the Keltner Channel,  .This indicator uses...
by jani
07 Jan 2022, 13:56
Price Pressure Momentum (PPM) is a proprietary indicator designed by the trader and portfolio manager veteran Bob Kendall (The Kendall Report - @PortfolioXpert) back in 80's. PPM is quite simple indicator...
Free Kernel Functions Indicator
 0
  0
  182
by mage
10 May 2024, 09:34
Download link: Kernel Functions Indicator – cTrader cBotMore free products: Products – cTrader cBotWhat is the Kernel Functions Indicator?The Kernel Functions Indicator is a sophisticated tool designed to smooth out...
Free Key Levels (Bank Levels)
 5
  5
  4209
29 Mar 2020, 20:56
Found some nice script on Tradingview, modified it and converted to calgo. Basically its like pivot points but with different calculation. These Levels are meant to be often used by the...
Free Kijun-Sen
 1
  5
  1900
23 May 2021, 23:47
Just Kijun-Sen from Ichimoku system. Plain and simple Shift option is added and 2 different modes for calculation
Free KijunSen 3X
 0
  0
  2138
by jani
11 Dec 2019, 19:04
Version uploaded: 2019/11/27 Version updated: 2019/12/11 Used API Functions Maximum & Minimum https://ctrader.com/api/reference/functions instead of the FOR-loops to get  Market Series High & Low. Should result in much fewer calculations  by this indicator...
Free King Market Structure
 4
  5
  2453
22 Jan 2022, 18:18
This indicator shows the trend direction based on major swing levels (higher lows on uptrend, lower highs on down trend) and switches direction when they get broken. A pullback starts...
24 Apr 2023, 21:00
Enhance your trading strategy with the cTrader kNN-Based Market Prediction Indicator, which offers a robust framework for evaluating the potential predictive value of various market indicators. With this powerful tool,...
Free Larry Williams Large Trading Index
 3
  5
  626
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.
Paid Linear Regression Channel
 0
  0
  0
12 Sep 2023, 06:06
The linear regression channel indicator is a technical analysis tool that plots a three-line channel on a price chart, based on the linear regression of the price movement. The channel consists of a middle line,...
Free Linear Regression Channel
 4
  5
  14019
19 Dec 2013, 14:28
Draws channel using linear regression of close prices. Can optionally display center of channel (mean), edges (maximum deviation) and standard deviation. Color and line thickness are also customizable.
Free ma
 1
  0
  1255
11 Jan 2020, 02:02
ma
Free MA2Cloud
 0
  0
  344
09 Aug 2023, 02:17
This is 2 Moving Averages as Cloud that plays a tone when they cross.It uses windows tones but you could make your own. 
Free MA 2 Cloud
 0
  0
  303
09 Aug 2023, 02:10
This is 2 Moving Averages as Cloud that plays a tone when they cross.It uses windows tones but you could make your own. 
Free MA_BBands
 0
  0
  107
21 Jun 2024, 11:27
The MA_BBands indicator for cTrader is a custom trading tool that combines the functionalities of Moving Averages (MA) and Bollinger Bands (BBands). This combination helps traders to identify market trends,...
Free MA_BBands
 0
  0
  57
21 Jun 2024, 11:27
The MA_BBands indicator for cTrader is a custom trading tool that combines the functionalities of Moving Averages (MA) and Bollinger Bands (BBands). This combination helps traders to identify market trends,...
Free MA_BBands
 0
  0
  54
21 Jun 2024, 11:27
The MA_BBands indicator for cTrader is a custom trading tool that combines the functionalities of Moving Averages (MA) and Bollinger Bands (BBands). This combination helps traders to identify market trends,...
Free MA_BBands
 0
  0
  47
21 Jun 2024, 11:27
The MA_BBands indicator for cTrader is a custom trading tool that combines the functionalities of Moving Averages (MA) and Bollinger Bands (BBands). This combination helps traders to identify market trends,...
Free MACD Divergence
 3
  0
  2149
30 Dec 2021, 22:59
indicador de divergencia de macd
Free MACD Histogram with Color m
 1
  5
  1932
18 Dec 2019, 21:44
This MACD Histogram with Colors indicator allows you to set colors for both positive and negative and Growing and Falling values of the Histogram and Signal.  
Free MACD ZeroLag
 2
  5
  2914
11 Jul 2022, 18:41
This is my MACD Zero Lag with a much faster signal. This Indicator uses the Double EMA instead of a traditional EMA for the Signals. You can take a look...
Free MA_Color
 1
  5
  5760
by st0424
14 Dec 2013, 07:24
This indicator is the MA, which changes color in the fall and rise. This is an indicator of MT4 originally. It is the one that was converted to cAlgo the...
Free Ma Multi Period v1.0
 0
  5
  21
04 Jul 2024, 13:10
This indicator allows adding 6 Moving Average to the chart. The periods of each  Moving Average depend on the  Moving Average Period Start x Period Multiplier.A sensitivity parameter is added...
Free MA Ribbon
 0
  0
  2137
18 Jun 2019, 23:37
Moving average ribbon indicator for cTrader. Free Download: https://www.algodeveloper.com/product/ma-ribbon/ If you have any question or issue with our product please contact us via our site live chat or if we were...
Paid mariom
 1
  0
  185
01 Feb 2023, 17:41
begin if (Low < BollingerBands(2.0, 20, 0)|1|) and (Close > Open) then PaintBar(clyellow  )         else if(High > BollingerBands(2.0, 20, 0)|0|) and (Close < Open) then PaintBar(clyellow);...
Free Market maker EMAS
 0
  0
  1539
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 Market Status
 1
  0
  2897
02 Mar 2021, 08:45
The Market Status indicator shows the current status of the market and buy/sell signals when a new trend starts and price breaks the consolidation zone. Free Download Trial Version /...
Free Marlyn Crossover
 1
  0
  1919
20 Apr 2019, 03:20
This is an indicator for the trading strategy described in the Filtering Wall Street blog. http://filteringwallstreet.blogspot.com/2007/06/cross-overs-are-key.html Added Bull/Bear arrows to make the signal clearer.
Free (MA Visual 1.0) VivapeiroGlimpse1.1
 0
  5
  1568
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
  1413
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...