Indicators

How to install cBots & Indicators
- Download the Indicator or cBot.
- Double-click on the downloaded file. This will install all necessary files in cTrader.
- Select the indicator from Custom in the functions (f) menu in the top center of the chart
- Enter the parameters and click OK
How to install cBots & Indicators
- Download the Indicator or cBot.
- Double-click on the downloaded file. This will install all necessary files in cAlgo.
- Find the indicator/cbot you want to use from the menu on the left.
- Add an instance of the indicator/cBot to run.
Filters
Order
▪ By Popularity ▪ By Rating ▪ By Date ▪ By NameSale Type
▪ Free ▪ PaidCategory
▪ Trend ▪ Volatility ▪ Oscilator ▪ Other
Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.
Free Breakeven Line
0
0
63
by pgrant71
25 Sep 2023, 23:00
Adds a line to the chart to show the break even price. Takes all costs into account.
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 🦊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 🦊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 Volume_Kiko
0
0
0
by kikoluna2016
15 Sep 2023, 08:59
// ------------------------------------------------------------------// Converted from MQ4 to a cTrader indicator by https://clickalgo.com// Paste this code into your cTrader Code editor and build.// ------------------------------------------------------------------using System;using System.Collections.Generic;using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System.Linq;using System.Text;using System.Text.RegularExpressions;using...
Paid Volume_Kiko
0
0
0
by kikoluna2016
15 Sep 2023, 08:59
// ------------------------------------------------------------------// Converted from MQ4 to a cTrader indicator by https://clickalgo.com// Paste this code into your cTrader Code editor and build.// ------------------------------------------------------------------using System;using System.Collections.Generic;using cAlgo.API;using cAlgo.API.Indicators;using cAlgo.API.Internals;using System.Linq;using System.Text;using System.Text.RegularExpressions;using...
Paid IR CheckList
0
0
0
by Mahdi
06 Sep 2023, 06:50
you could put your check list in your chartyou could split your test with “,”you could put your checklist in indicator areato buy contact me on telegramt.me/irctraderadminour channle for persian...
Free IR Candle MTF
0
0
202
by Mahdi
26 Aug 2023, 18:43
with this indicator you could see other time frame candle in your chart.Telegram Channlesupport us for more free indicator and bot by sign up in TopFX broker from this linkTopFX...
Free BB By RS8084-1 Scalping Strategy 100% win
0
0
288
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...
Paid cTrader Chart Patterns Alerts
0
5
0
25 Aug 2023, 01:55
Enhance your trading precision with this advanced cTrader indicator that detects and highlights key chart patterns. Seamlessly designed to elevate your trading strategy, this indicator identifies patterns such as Double...
Paid AI Trade Reporter
0
0
0
by drewisdad
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...
Free order flow
0
0
342
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 Pivot Point Officiel
0
0
256
by YesOrNot
20 Aug 2023, 20:02
Pivot Point. I found a bug for May 2023 (Monthly Pivot), Maybe it's a data probleme.Apart from that it seems to work very well.Have fun, and for any collaboration, contact me...
Free Angle Trend Force Update 08/09/2023
2
5
38
by YesOrNot
18 Aug 2023, 22:57
Simply the Angle Trend Force (°)(With some futurs add)*** Update 08/09/2023 *** 1.Histogram CalculationTest it before adopting it!Have fun, and for any collaboration, contact me !!!On telegram : https://t.me/nimi012 (direct messaging)On...
Free Bollinger Band V3.0
3
5
181
by YesOrNot
18 Aug 2023, 22:40
This indicator is a new smoothing calculation method for the moving average, and it is adapted to the Bollinger band to achieve this result.This project consists of 6 entry strategies...
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#...
Free Risk Reward Long Short Position Drawing Tool
5
5
100
by aksbenz
10 Aug 2023, 05:42
Hey everyone,I have created a drawing tool, similar to the Long/Short Drawing tool in TradingView.How to use:Install the IndicatorSearch (Long Short) and Add the Indicator to your chart:This will Add...
Free linearffk
0
0
74
27 Jul 2023, 22:56
using cAlgo.API;namespace cAlgo{ [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class MyCustomIndicator : Indicator { [Parameter("Period", DefaultValue = 14)] public int Period {...
Free Delta Candlestick Balance
0
5
219
by nattansbb
25 Jul 2023, 21:33
The Delta Candlestick Balance indicator is a powerful technical tool designed to provide valuable insights into the market dynamics concerning price movements and tick volumes. By calculating the individual balance...
Free Delta Average
0
5
151
by nattansbb
24 Jul 2023, 21:34
Delta Average is a indicator it calculates the average volume of the last 14 bullish bars and the last 14 bearish bars and then determines the balance between these averages.The...
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" ، التراكب = صحيح...
Free Smart Volume
0
5
271
by nattansbb
23 Jul 2023, 04:11
The Smart Volume is an innovative and intuitive tool designed to assist investors and analysts in quickly evaluating the level of activity in the financial market. Its main feature is...
Copyright © 2023 Spotware Systems Ltd. All rights reserved.
The services provided by Spotware Systems Ltd. are not available to citizens or residents of the USA. Neither is the information on our websites directed toward soliciting citizens or residents of the USA.
The services provided by Spotware Systems Ltd. are not available to citizens or residents of the USA. Neither is the information on our websites directed toward soliciting citizens or residents of the USA.