cBots

Free Best Calgo
 12
  2.5
  4747
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
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
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
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 ZigZagBot
 15
  2.5
  8606
09 Jan 2014, 15:36
Strategy using ZigZag Indicator.  The zigzag is an Indicator that is usually used as a filter of small price momements. /algos/indicators/show/157
Free ThirdGenMA Robot
 4
  0
  3623
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 SMI
 2
  0
  5100
09 Jan 2014, 15:32
The algorithm uses Stochastic Momentum Index (SMI). A Buy is created when The SMI crosses above the Buy Line and a Sell when it crosses below the Sell Line. The...
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
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
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
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
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
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
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 forex
 6
  0
  3111
19 Apr 2013, 11:47
Regarding /forum/cbot-support/753. 
Free TradingNewsRobot with Trailing Stop Loss
 21
  3.75
  4578
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),...
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
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.
Free Macd Bot
 1
  0
  10199
24 Sep 2012, 19:51
Uses the MACD Histogram and Signal line for buy and sell signals.
Free SMA 252
 3
  0
  4848
by daemon
14 Sep 2012, 17:32
Opens a Long position when sma crosses below the trend bars and a short position if it crosses above. One position open at a time.  Works best with Timeframes H1...
Free RSIMA
 3
  0
  4405
24 Aug 2012, 15:13
RSI Moving Average Robot