- Home
- Algorithms
- cBots
- Range
cBots
Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.
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.
How to installHow 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.
- Download the Indicator
- 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
Hora Específica de la estrategia
3
5
926
by jorgearteaga
free
20 Oct 2021
cBot el cual tiene la funcion de asignarle un horario de inicio y un horario de fin a la estrategia.
Este es un ejemplo ilustrativo de la aperura de New York en Horario UTC
Es importante colocar el Horario UTC y si tu horario es diferente al Horario UTC tienes que adecuarlo
Este ejemplo es del Nasdaq en 1 minuto (1M)
Autor: Jorge Eduardo Arteaga Galicia
@arteagagalicia
Opulence Bot (Demo)
4
0
897
free
19 Oct 2021
Opulence Bot uses a momentum based dynamic grid strategy utilizing 7 different indicators.
This is the demo version of the bot and can only be run on demo accounts. You are welcome to try the demo version in the back testing tool or running for as long as you like on a demo account.
Default settings should be used on the 5min time frame.
Minimum account size should be $500 but the bot will scale the lot size based on your total account balance.
The following pairs are recommended but in theory you can run this on any forex pair.
GBPUSD
GBPCAD
GBPNZD
EURGBP
EURNZD
NZDCHF
NZDUSD
CHFJPY
AUDNZD
Download bot from: https://drive.google.com/drive/folders/1JHZRIqes8n-X0BfbZQ6SHt_k0ohtJiQp?usp=sharing
Below are some back testing results from the passed year:
GBPUSD
GBPCAD
GBPNZD
EURGBP
EURNZD
NZDCHF
NZDUSD
CHFJPY
AUDNZD
Heikin Ashi Multi-Symbol Strategy
3
0
2300
by pruizrubio
free
08 Jan 2021
This cbot works with a hedging strategy. It decides wether to open a new position or not depending on the direction, size and shape of the previous Heikin Ashi candles.
It can be used for up to 5 symbols at the same time. However, our best results have been with only 3 pairs: EURGBP, AUDNZD and USDJPY. That´s why we recommend using it with the default values.
PARAMETERS:
Symbol: It´s important to write correctly the name of the symbol (in capital letters), even if we don´t switch it on.
Pip Scale: We are willing to open a new position in the same direction if the price moved X pips against our last position. It will never open more than 4 positions in the same direction.
Candle body size (in pips): This is a condition the HA candle has to fulfill so the bot opens a new position. It will depend on the timeframe we are using.
Winning per group of trades: It closes all the Buy OR Sell positions of the symbol we are operating when the net profit of that group exceeds "x" amount..
Equity Step win: The cbot will close all open positions every time the equity increases by "x" units. For example: When turning on the robot we have a capital of € 200 and the equity step is 2. Upon reaching 202, all open operations on the account will be closed, then upon reaching 204, 206 ... It´s an important part of this strategy.
Equity Step Loss: If the Equity DrawDown reaches "X" euros, all open trades will be closed and will start again. It´s just the opposite of the.Equity step win. We don´tuse it for our strategy (we put an extremely high number so it never occurs) but it can be useful to limit the losses and protect the account.
Equity profit target and Equity profit loss: The bot will close every positions at our account and stop if the equity reaches one of this two numbers.
You can download the version for backtesting and demo account by clicking this link:
Heikin Ashi Multi-Symbol Demo-Version
If you want the full version, write us at: bot-1000-trading@gmx.de
WEIS
0
0
1011
by wftrader10
free
18 Dec 2020
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 ClickAlgoIndicator : Indicator
{
[Parameter(DefaultValue = 0.0)]
public double Parameter { get; set; }
[Output("Main")]
public IndicatorDataSeries Result { get; set; }
protected override void Initialize()
{
Print("It is not possible to download the software from the cTDN website. Please visit clickalgo.com");
ChartObjects.DrawText("ShowCopyright", "It is not possible to download the software from the cTDN website. Please visit:- https://clickalgo.com/ctrader-weis-wave-indicator", StaticPosition.BottomCenter);
}
public override void Calculate(int index)
{
// Calculate value at specified index
// Result[index] = ...
}
}
}
SMABands Bot
0
0
1619
by CabralTrader
free
22 Nov 2020
This bot creates a simple moving average band with high and low price and open orders when the price is lower than the bottom band or higher than top band.
Run Optimization to get the bests params for you.
If you like this bot, let me know, and if you can and want to help me keep creating bots for you
Donate to DENIS CABRAL LOPES - ME
Zone Hedging v1
1
0
1450
by cTraderX
free
29 Sep 2020
This bot places orders between the zone. Every position compensates for losing trade with a higher volume.
Here is a sample hedging. Avoid to trade while ranging market.
EA ADX Candle 1.0
2
0
1525
by brugiafredo
free
17 Sep 2020
Ctrader - Trading system based on ADX and price action which consider supports and resistances by calculating the maximum and minimum prices. Close order un next candle.
Download
https://gum.co/iAaza
TopGrid V1
13
5
2323
free
09 Mar 2022
TopGrid is a simple universal robot.
EURUSD, Forex and Commodity.
Trend + PipStep + Martingale
Grid Trading with Martingale.
EURUSD M1 - Try this config:
Buy: yes
Sell: yes
Pip Step: 100
First volume: 1000
Volume exponent: 1.2 (based on your budget, try smaller multiplier, or negative f.x 0.9)
Max spread: 10
Average TP: 20
Starting capital: 1000 Euro
Pay attention to the configurations if you change financial instrument, remember to test in demo account.
Each tool requires attention and study of the graph and behavior to find the correct parameters.
Risk is part of your strategy.
(Derived from the original code Smart Grid)
Have fun.
Contact:
Telegram @mattiamusiello
Alternatives and variants
Smart Grid V3 (fork derived from the original code Smart Grid)
A slightly modified version with the addition of some parameters, an interesting evolution to test.
In my opinion the SL is an obstacle in this strategy since it uses an average calculated for the TP and fixing how many positions to open can be a double-edged sword, but useful for Bots with progressive startup controlled according to your budget.
For my 2 cent.
Smart Grid V3 Robot | Algorithmic Forex Trading | cTrader Community
Power Ranger Robot
Another alternative that uses the Grid, a very fun tool on which to play with the parameters with satisfactory results.
Good fun.
Power Ranger Robot | Algorithmic Forex Trading | cTrader Community
Each financial instrument is to be used with caution, remember to use the Demo accounts, for any operational doubts regarding expenses and limits communicated with your Broker.
These are my advice on machines for work, any economic loss is personal.
All robots must be constantly monitored, markets change often and without warning.
Each job requires time, dedication and many trials and many failures.
Good luck.
Mattia.
Ten Moving Average Bot
8
5
1823
by CabralTrader
free
22 Nov 2020
This robot performs operations when the candlestick opens with a value or equal to the simple average of 10 periods based on the lows, and closes orders with the same average only calculated with the lows.
Good results with larger H1 graphics
v2 - Added Take Profit and Stop Loss params
Donate to DENIS CABRAL LOPES - ME
Impulse Bar
0
0
1374
by alexsanramon
free
02 Sep 2019
Please vote to my suggestion to increase the chances of implementation. Thanks.
https://ctrader.com/forum/suggestions/21848
This Robot detects the impulse bar or candle and initiate an order. This is the best way to know where the market is going.
Decide how many pips should an impulse be. To know this value, open an ATR indicator. In this example of 1 month data of GBPUSD 1Hr, the market moves around during low volatility 20-30 pips estimate. We take 20 pips as our risk/stoploss. We input 85pips (estimated average) as our trigger in Range. When robot detects an 85 pips move bar/candle, it will trigger. As a rule of risk management, reward should be greater than risk. Therefore, Take profit is 20 x 5 = 100pips.
Please vote to my suggestion to increase the chances of implementation above. Thanks.
Copyright © 2023 Spotware Systems Ltd. All rights reserved.