Indicators

02 Dec 2019, 12:41
This indicator is very useful for every trader. It shows the Daily-Weekly-Monthly Pivots. Do not download this version! It is codeless! For more info please visit: www.algoguru.hu
Paid Harmonics Indicator
 1
  0
  1581
02 Dec 2019, 12:28
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators; namespace cAlgo { [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class NewIndicator : Indicator { [Parameter(DefaultValue =...
Paid harmonic 1.
 0
  0
  1252
02 Dec 2019, 12:27
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators; namespace cAlgo { [Indicator(IsOverlay = false, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class NewIndicator : Indicator { [Parameter(DefaultValue =...
Paid DI Players Activity Collection
 0
  0
  1096
27 Feb 2021, 10:38
This is a collection of two indicators from one of our software vendors D&I Solutions which shows the big players at work using trading volume. Using a statistic method and calculating the market’s...
Paid MTF OHLCFP Lines Candles Before
 0
  0
  1112
06 Jan 2022, 03:48
Feature- ・Show Open High Low Close Fibonacci Pivot value ・You can select candlesticks from the present up to the last ten. ・change timeframe, color, linestyle,tickness,transparency,text position ・OHLC text can be...
Paid MWD Line
 1
  0
  997
06 Jan 2022, 03:46
Feature- ・Display Last Month Week Day of Open High Low Close Middle Fibonacci retracement(38.2 61.8%) Pivot value on the right area. ・you can change label name,color,line style ,hide/unhide,position,Thickness,line length. YouTube:...
Paid Semafor Signal
 1
  0
  1372
13 Mar 2021, 01:41
The base concept is a kind of  semafor indicator, which is highly popular and used  in MT4 platform. We have improved the algorithm and made it compatible with the cTrader...
Paid Advanced Crosshair
 0
  0
  950
22 Feb 2021, 03:28
The Advanced Crosshair is a tool that helps you visualize better the data on the chart inside your cTrader platform. Options to see Symbol, Direction, Open, High, Low, Close, Index,...
Paid TrueSessionBox
 0
  0
  1692
10 Mar 2021, 08:26
You can easy understand your upcoming sessions.
Paid cTrader CoT Index Dashboard
 0
  0
  988
25 Feb 2021, 12:14
The cTrader CoT index and Cot dashboards give you bias by using REAL positionings of the large traders, a leading indicator which is not simply based on price data, it’s based...
Paid Daily And Weekly Market Profile
 0
  0
  1215
24 Feb 2021, 19:39
Market Profile indicates how long the price traded at each level. This charting technique is used to determine and evaluate market value as it deve1oped in a specific time frame....
Paid Correlations Table
 0
  0
  885
26 Feb 2021, 20:52
This indicator helps you see correlations in a table form, with many pairs as needed. You can select any timeframe and any pair that your platform supports. Specify the display...
Paid Event news on charts indicators
 2
  0
  228
03 Mar 2023, 11:01
Input parameters                       Links  contact us at goldclay@gmail.com  
Paid teste particular
 0
  0
  0
14 Aug 2023, 15:09
import matplotlib.pyplot as plt# Dados hipotéticos do gráfico Renkorenko_data = [4, 10, -2, 8, 6, -1, 12, -3, 5, 9]# Parâmetro para tamanho do gráfico Renko (6 pontos)renko_size = 6#...
Paid trend magic
 0
  0
  0
23 Jul 2023, 20:04
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/// © KivancOzbilgic //@version=4دراسة ("سحر الاتجاه" ، العنوان المختصر = "TM" ، التراكب = صحيح...
Paid Indicator-GURU extension pack
 0
  0
  976
02 Dec 2019, 12:24
This extension pack allows you to get maximum functionality by your favourite (built-in or custom) indicator (like Aroon, ADX, Bollinger-Bands, CCI, Ichimoku, MA, MACD, RSI, Stochastic, True Strength Index… or...
Paid cTrader Price Alerts - Telegram
 0
  0
  929
25 Feb 2021, 14:26
This indicator will allow you to send Telegram alerts when the price of a symbol reaches a pre-defined target price, it is an extension to the standard price alerts feature...
Paid AI Trade Reporter
 0
  0
  0
24 Aug 2023, 13:58
AI Trade Reporter for cTrader:The AI Trade Reporter is a Chat bot designed to bring the AI smarts into a traders backtesting of their strategies/cBots.It's setup as an Indicator, and...
Paid 🦊CUADRICULA
 0
  0
  0
16 Sep 2023, 03:35
es un indicador técnico diseñado para la plataforma cAlgo. Su función principal es trazar líneas horizontales en el gráfico a intervalos regulares especificados por el usuario, creando una especie de...
Paid 🦊SOPORTE y RESISTENCIA
 0
  0
  0
16 Sep 2023, 03:46
es un indicador técnico diseñado para la plataforma cAlgo. Su función principal es identificar y dibujar un rectángulo en el gráfico de precios, que abarca el rango de precios más...
Paid 🦊TUNEL
 0
  0
  0
16 Sep 2023, 03:49
es un indicador técnico diseñado para la plataforma cAlgo. Su función principal es calcular y representar visualmente dos bandas en el gráfico de precios: una banda superior y una banda...
Paid fd
 0
  0
  0
03 Oct 2023, 11:27
fd
Paid pin bar magic v1
 0
  0
  0
14 Oct 2023, 11:10
//@version=4//Time Frame: H1strategy("Pin Bar Magic v1", overlay=true) // User Inputusr_risk = input(title="Equity Risk (%)",type=input.integer,minval=1,maxval=100,step=1,defval=3,confirm=false)atr_mult = input(title="Stop Loss (x*ATR, Float)",type=input.float,minval=0.1,maxval=100,step=0.1,defval=0.5,confirm=false)slPoints = input(title="Stop Loss Trail Points (Pips)",type=input.integer,minval=1,maxval=1000,step=1,defval=1,confirm=false)slOffset = input(title="Stop Loss Trail Offset (Pips)",type=input.integer,minval=1,maxval=1000,step=1,defval=1,confirm=false)sma_slow...
Paid ADR
 0
  0
  0
04 Nov 2023, 22:50
Average Daily Range this script will show you:daily range, daily average 
Paid AMR
 0
  0
  0
05 Nov 2023, 00:38
Average Monthly Range
Paid AWR
 0
  0
  0
04 Nov 2023, 23:47
Average Weekly Range 
Paid Regressione Lineare
 0
  0
  0
06 Nov 2023, 11:56
Reg
10 Nov 2023, 20:41
 This bundle consists of three cTrader Indicators. If you trade using support and resistance, trendlines, moving averages, and candlestick patterns, this bundle is perfect for you. All the indicators in...
Paid Asia
 0
  0
  0
26 Nov 2023, 15:58
range
Paid PurpleLEVELS
 0
  0
  0
28 Nov 2023, 07:29
Purple Trading