cBots

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.
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.
Free Best Calgo
12
2.5
4747
by MrForex
18 Jul 2014, 12:36
Lets find the best settings.
im gone add the best settings
lets work together to find the best settings and make some cash :)
Free MT2cTrader Trade Copier
10
2.5
3355
by siamfx
14 Jul 2014, 18:34
This cBot allows traders to send their signals from any metatrader (MT4/5) platform to an unlimited amount of cTrader platforms ( Limited to available RAM resources on instance) through reading/writing to a CSV file. MT4/5 writes...
Free MT to cTrader Trade Copier
37
0
4590
by mt2ct
02 Jul 2014, 15:10
MT4 to cTrader Trade Copier is designed to copy MT4 trades from any demo or live MT4 account to any demo or live cTrader account.
MT4 Investor Password is enough...
Free Dump trendbars data to CSV
3
5
3396
by modarkat
10 Jun 2014, 12:19
This cBots dumps trendbars data to CSV file. Instructions:
create an instance
open backtesting tab
choose max available date range
backtest cBot
CSV format: time, open, high, low, close, volume
In...
Free Counter Trade
5
3.33
3082
by modarkat
27 May 2014, 14:53
cBot that automatically opens a counter trade as soon as an original trade is opened.
private const string Label = "CounterTrade";
protected override void OnStart()
{
Positions.Opened += OnPositionsOpened;
}...
Free Zephyn Scalper
9
0
5199
by Zephyn
02 May 2014, 14:01
Uses simple moving average and stochastic oscillator to find a good trade opportunity
testet using GBPUSD symbol and 5m chart.
Use at own risk
Free Adaptive Center of Gravity Robot
1
0
4535
by kkostaki
14 Jan 2014, 11:17
Adaptive Center of Gravity Robot. Based on Adaptive CG Indicator. Similar to Stochastic Center of Gravity.
The algorithm references Cycle Period Indicator.
/algos/indicators/show/128
Free Black Corvette
2
0
6765
by Quant
12 Jan 2014, 18:22
Symbol: EURUSD
Time frame: Minute5
Backtesting period: 01/04/2011-12/01/2014 (almost 3 years)
Robot is based on Bollinger Bands indicator which combines moving averages and standard deviation. The main purpose of Bollinger Bands...
Free Example with use of "Games Theory".
2
0
3300
by vito
09 Jan 2014, 15:38
For an example we use Bollinger Bands.
We assume, that if bargains do not cross the top and bottom strip we are in chaos(weak balance across Nish).
Further it is...
Free ThirdGenMA Robot
4
0
3623
by jsTrader
09 Jan 2014, 15:34
Robot based on crossings between Third Gen Moving Average and Exponential Moving Average.
Input:
Source
Period
Sampling Period
Moving average type
Improvement suggestions are welcome
Backtesting 06/03/2013 04/10/2013
Free Gann High Low Robot
2
0
4390
by adaled
09 Jan 2014, 15:31
This is a Robot based on the GannHighLow Indicator.
If close price rises above the GannHighLow indicator a buy is triggered and if the prices falls below the GannHighLow indicator...
Free Fibonacci Robot
20
3
8848
by hermoso
09 Jan 2014, 15:31
#DONT FORGET TO REFERENCE THE TWO FILES IN THE CODE
This robot trades the fibonacci bands.
I had sucess trading 4H GBPJPY with AtrPeriod = 21 ; emaPeriod =...
Free Trend Robot
4
0
7386
by alexk
18 Dec 2013, 15:15
This is a sample trend robot
This code is a cAlgo API sample.
The "Sample Trend Robot" will buy when fast period moving average crosses the slow period moving average...
Free SAR Trailing Stop
6
0
3853
by akleanthous
18 Dec 2013, 15:05
The "Sample SAR Trailing Stop Robot" will create a market Buy order if the parabolic SAR of the previous bar is
below the candlestick. A Sell...
Free RSI Range Robot
6
0
6038
by akleanthous
18 Dec 2013, 14:58
The "Sample RSI Range Robot" will create a buy order when the Relative Strength Index indicator crosses the level 30,
and a Sell order when the...
Free Martingale Robot
29
5
17444
by alexk
18 Dec 2013, 14:31
This robot is based on the martingale strategy.
This code is a cAlgo API sample.
The "Sample Martingale Robot" creates a random Sell or Buy order. If the Stop loss...
Free Range Robot
2
0
4780
by alexk
18 Dec 2013, 14:30
This code is a cAlgo API sample.
The "Sample Breakout Robot" will check the difference in pips between the Upper Bollinger Band and the Lower Bollinger Band and compare...
Free Robot Forex Multisymbol
3
0
3292
by atrader
10 Dec 2013, 15:18
Modified robot to work on two symbols see /forum/cbot-support/2045?page=1#2
The robot starts by making a trade in the direction of the last two completed bars if the same. Sets take profit initially and...
Free CCI 20 Robot (Modified)
2
0
3576
by atrader
28 Jun 2013, 16:40
This is a collaborative work based on a forum post : /forum/cbot-support/1109
Any suggestions welcome.
Free Trailing Stop
6
2.5
7006
by baseboy
31 May 2013, 15:00
This robot can help you to set "trailing stop".
The parameters in this robot are two:
"Trailing Stop (pips)": set the stoploss pips that you want
"Initial Stop Loss (pips)":...
Free TradingNewsRobot with Trailing Stop Loss
21
3.75
4578
by atrader
17 Apr 2013, 14:53
Concerning this post: /forum/cbot-support/745
Free Robot_Forex
44
4.62
47905
by imWald
27 Feb 2013, 12:39
I've tested this Robot with EURUSD and GBPUSD in H1 timeframe with good results.But the problem is, that in one account I can run only one currency pair (e.g. EURUSD),...
Free call resp. communicate with external dll
3
0
2550
by Hugoman
27 Feb 2013, 02:45
The objective for this robot is not to develop a real trading robot but to point out the technical architecture and the communication process between cAlgo and an external dll.In...
Free Sample SAR Trailing Stop
3
3.33
3386
by hellish
19 Dec 2012, 15:18
This robot is intended to be used as a sample and does not guarantee any particular outcome or profit of any kind. Use it at your own risk.
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.