cBots

Free Advanced Hedging and Scalping cBot
 9
  0
  6486
23 Jan 2018, 14:40
An advanced version of the Hedging and Scalping cBot. It implements an automatic position scaling out logic and has good returns on many timeframes and time periods.  See below backtesting results...
Free RickyMoney
 3
  0
  2318
08 Sep 2017, 19:14
You must try different parameters up to take profit. The main idea of this robot is put a smaller take profit and a bigger stop lost, always betting on the...
Free CCI Reversal
 3
  0
  3421
16 Nov 2016, 09:58
         using System; using System.Linq; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators; namespace cAlgo { [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)] public class CCIReversal : Robot...
Free DerianScalper
 2
  0
  3606
13 Sep 2016, 07:08
This is a scalper used primarily on USDJPY M15. It has not been tested in other currencies yet. Its parameters are: Lots 0.6 for every $10,000 SL: 638 TP: 984...
Free Daily Candle Breakout
 5
  0
  4856
22 Nov 2015, 01:15
Find uploaded an updated version of the cbot. It has slightly modified logic, RSI filtering property and some more parameters to modify. Also a bidirectional trailing stop has been added...
Free martingale with SL and MM
 30
  1.67
  8649
10 Jul 2015, 08:43
This robot is a fork of Robot_Forex. It is hosted on Github and gives good results. If you want to have the last evolutions of the bot, take it here It manages a...
Free Smart Grid
 111
  4
  14980
by SaifBD
01 Jul 2015, 09:37
Smart Grid cBot will open first position based on trend. Next positions will be added using 'PipStep' parameter. Dynamic Volume Exponent & 1 trade per 1 bar to minimize draw-down...
Free RSI & Boll Bands w Threshold activation
 14
  1.67
  8840
06 Jan 2015, 17:08
Reversion & Trend trading robot. Utilizes threshold to determine entry. Includes trailing stop loss. Reversion & Trend trading robot. Utilizes threshold to determine entry. Includes trailing stop loss.
Free AggressiveModifyPositions
 2
  0
  3076
by salr22
06 Sep 2014, 10:57
Modify all positions to one TP and SL by average price   //    Modify all TakeProfit and StopLoss by Average Price. "Aggressive Trading" //    salr22@hotmail.com, www.borsat.net
Free RSI Range Robot
 7
  0
  6366
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 Range Robot
 2
  0
  4994
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 FTBollingerBands
 1
  0
  4785
16 Mar 2012, 13:58
FT Bollinger Bands