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 install
SMI
  2
  0
  4846
free  09 Jan 2014
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 Buy and Sell Lines are also components of the SMI Indicator.
free  14 Jan 2014
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
RSIMA
  3
  0
  4220
free  24 Aug 2012
RSI Moving Average Robot
Trailing Stop
  6
  2.5
  6777
free  31 May 2013
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)": autoset the stoploss if your trade do not have that.
ThreeBarInside
  32
  0
  3996
free  06 Aug 2012
This is based on Johnan Prathap’s article in this issue, “Three-Bar Inside Pattern”.
Scalper
  6
  0
  15338
free  16 Mar 2012
This is a Scalper Robot
FTBollingerBands
  1
  0
  4462
free  16 Mar 2012
FT Bollinger Bands
BreakThroughBB
  0
  0
  3956
free  16 Mar 2012
BreakThroughBB
ArtificialIntelligence
  10
  0
  9118
free  16 Mar 2012
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 then continues based on this as well as the outcome of the closed positions.
Range Robot
  1
  0
  4628
by alexk
free  18 Dec 2013
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 it against the "Band Height" parameter specified by the user.  If the height  is lower than the number of pips     specified, the market is considered to be consolidating, and the first candlestick to cross the upper or lower band will generate a buy or sell signal. The user can specify the number of periods that the market should be consolidating in the "Consolidation Periods" parameter. The position is closed by a Stop Loss or Take Profit.  
Trend Robot
  3
  0
  7142
by alexk
free  18 Dec 2013
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 and sell when  the fast period moving average crosses the slow period moving average. The orders are closed when an opposite signal  is generated. There can only by one Buy or Sell order at any time.
Martingale Robot
  29
  5
  16910
by alexk
free  18 Dec 2013
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 is hit, a new     order of the same type (Buy / Sell) is created with double the Initial Volume amount. The robot will continue to double the volume amount for  all orders created until one of them hits the take Profit. After a Take Profit is hit, a new random Buy or Sell order is created with the Initial Volume amount.