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
Macd Bot
  1
  0
  9604
free  24 Sep 2012
Uses the MACD Histogram and Signal line for buy and sell signals.
SMI
  2
  0
  4771
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
  4155
free  24 Aug 2012
RSI Moving Average Robot
Trailing Stop
  6
  2.5
  6697
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
  16
  0
  3944
free  06 Aug 2012
This is based on Johnan Prathap’s article in this issue, “Three-Bar Inside Pattern”.
Scalper
  6
  0
  15123
free  16 Mar 2012
This is a Scalper Robot
FTBollingerBands
  1
  0
  4395
free  16 Mar 2012
FT Bollinger Bands
BreakThroughBB
  0
  0
  3891
free  16 Mar 2012
BreakThroughBB
ArtificialIntelligence
  10
  0
  8962
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
  4537
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
  7019
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.