cBots

Free SMI
 2
  0
  5319
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 Fibonacci Robot
 21
  2.5
  9248
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 SAR Trailing Stop
 6
  0
  4055
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 Martingale Robot
 29
  3
  17964
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 forex
 6
  0
  3268
19 Apr 2013, 11:47
Regarding /forum/cbot-support/753. 
Free TradingNewsRobot with Trailing Stop Loss
 21
  3.75
  4761
17 Apr 2013, 14:53
Concerning this post: /forum/cbot-support/745
Free Robot_Forex
 51
  3.75
  49215
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
  3574
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 ThreeBarInside
 21
  0
  4340
06 Aug 2012, 12:54
This is based on Johnan Prathap’s article in this issue, “Three-Bar Inside Pattern”.
Free Scalper
 6
  0
  16444
16 Mar 2012, 13:59
This is a Scalper Robot
Free BreakThroughBB
 0
  0
  4266
16 Mar 2012, 13:58
BreakThroughBB
Free ArtificialIntelligence
 10
  0
  9805
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...