cBots

free ThirdGenMA Robot
 4
  0
  3569
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
  4963
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
 1
  0
  4316
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
  8679
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
 3
  0
  7279
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
  3774
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
  5832
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
  17209
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
  4712
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
  3233
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
  3519
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
  6909
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
  3058
19 Apr 2013, 11:47
Regarding /forum/cbot-support/753. 
free TradingNewsRobot with Trailing Stop Loss
 21
  3.75
  4510
17 Apr 2013, 14:53
Concerning this post: /forum/cbot-support/745
free Robot_Forex
 44
  4.58
  47469
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
  3328
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
  9953
24 Sep 2012, 19:51
Uses the MACD Histogram and Signal line for buy and sell signals.
free SMA 252
 3
  0
  4768
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
  4327
24 Aug 2012, 15:13
RSI Moving Average Robot
free ThreeBarInside
 21
  0
  4064
by A T
06 Aug 2012, 12:54
This is based on Johnan Prathap’s article in this issue, “Three-Bar Inside Pattern”.
free Scalper
 6
  0
  15612
by A T
16 Mar 2012, 13:59
This is a Scalper Robot
free FTBollingerBands
 1
  0
  4534
by A T
16 Mar 2012, 13:58
FT Bollinger Bands
free BreakThroughBB
 0
  0
  4022
by A T
16 Mar 2012, 13:58
BreakThroughBB
free ArtificialIntelligence
 10
  0
  9273
by A T
16 Mar 2012, 13:57
The Artificial Intelligence robot creates trades based on the result of the previous ones. It uses the MACD Indicator to calculate the direction of the trade the first time and...