cBots

Free Trend Master
 12
  5
  1966
04 Aug 2022, 11:01
  #TrendMaster  is one of the most powerful cBots ever developed, its reliability and robustness is close to perfection, free for all.   DOWNLOAD : https://ctrader.guru/?repository=cbots-mega-pack&category=cbots          
Free following bot
 3
  0
  1386
by al-n
03 Aug 2022, 18:51
this is just a simple bot that opens trades buy/sell and trails with sl in endles loop.
Free following bot
 3
  0
  922
by al-n
03 Aug 2022, 18:48
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 TrailingStopLossSample : Robot { [Parameter("VolumeInLots", DefaultValue =...
Free Simple EMA Crossover cBot
 6
  0
  1286
03 Aug 2022, 11:24
// I need help here bool close_buy = standart_ema.Result.LastValue > fast_ema.Result.LastValue; bool close_sell = standart_ema.Result.LastValue < fast_ema.Result.LastValue; var buy_position = Positions.Find("order_buy", SymbolName, TradeType.Buy); var sell_position = Positions.Find("order_sell", SymbolName, TradeType.Sell); if...
Free Gold cbot no Loss by> Durrani
 26
  5
  2667
30 Jul 2022, 15:47
always use 1 minute or 5 minute chart (candlestick) always use 0.01 lot for good returns only work on XAUUSD  open and close bot on same day after 24 hours...
Free LiPiBot (RSI)
 3
  0
  1718
by r258
02 May 2022, 17:24
Robot using RSI. Available only for testing purpose (Backtesting and Optimization). Sample with optimized settings:   Parameters with default values:
Free EMA Power
 4
  5
  2732
30 Apr 2022, 18:21
      ​       Hello friends, today I want to share a simple cBot that should be an example to show that simplicity is always the best solution....
Free Gann Hilo
 3
  0
  951
25 Apr 2022, 21:27
Hello, can anyone help me? I want to add a condition to this indicator but I do not know how to code I want this  indicator to have another Gan...
30 Mar 2022, 13:49
OrglobalFX Ichimoku cBOT   Telegram: @orglobalng
Free OrglobalFxBOT Simple SSL V1.0
 1
  0
  1458
29 Mar 2022, 16:31
OrglobalFxBOT Simple SSL V1.0 Tested on Renko   Telegram : @orglobalng   Logic: Takes and Close Trades by SSL flips
Free OrglobalFx PureRenko cBOT
 2
  0
  1550
29 Mar 2022, 15:59
OrglobalFX Pure Renko cBOT Trades based on bricks formed. For example, If two green bricks appear, take a long position. And otherwise. Automatic breakeven and trailing stop added.   Contact:...
Free OrglobalFx BreakEven cBOT v2.0
 0
  0
  1175
21 Mar 2022, 16:28
Updated
Free RSI bot with MA
 13
  0
  3081
by Mr4x
30 Dec 2021, 15:17
This bot is a simple RSI bot that buys when oversold and sells when overbought. Moving average is added in so only long trades are made when above the moving...
19 Nov 2021, 17:33
Visit www.bluekey.cash for more updates. The Signal system consists of 4 classes of signals: 1. Base Signal - shows when there is a strong trend. 2. Swing Trade Signal -...
Free Acumulative Swing Index Bot
 2
  5
  1715
16 Nov 2021, 21:31
Acumulative Swing Index Bot Este bot usa el indicador de Acumulative Swing Index para determinar si se realizan compras o ventas, este ejemplo fue realizado en el EURUSD | h6...
Free PABollingerScalper
 2
  5
  2055
09 Nov 2021, 21:20
This bot makes use of price action mixed with standard Bollinger bands and an exponential moving average to find a good trading opportunity. ----------------------------------------------------------------------------------------------------------------          Trading using...
Free C-3PO (Unimate)
 2
  5
  1937
22 Sep 2021, 00:16
C-3PO (Unimate) -  A simple yet effective short-term trading Breakout Strategy. This Robot serves as a template for your own strategy. make it your Own. Good Luck! Easy to use...
Free renko buy sell with levels
 2
  0
  3430
01 Aug 2021, 14:58
quick scalp 99% accurate
29 May 2021, 06:22
GBPUSD H1 +141% From Oct 2018 - Oct 2020 Jan 1st - Now forward tested +36% with 35 trades   Since launch, AUDUSD and EURUSD have both been added to...
Free ss bot
 1
  0
  1402
09 Apr 2021, 06:09
using System; using System.Linq; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Internals; using cAlgo.Indicators;   namespace cAlgo.Robots {     [Robot(TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class StochasticBot : Robot     {         [Parameter("Quantity (Lots)",...
Free OrglobalFx_Simple_Waddar_cBOT_v1.0
 1
  0
  1200
03 Mar 2021, 14:28
OrglobalFx_Simple_Waddar_cBOT_v1_0 Contact:  orglobalng@gmail.com   Reference from Waddah Attah Exploasion   https://ctrader.com/algos/indicators/show/2606    Logic:  Buy =  Histogram (Green) > Explosion Line (Yellow) and Explosion Line > Dead Line (White) for the Last Bar...
Free Download Backtest Market Data
 1
  0
  2464
26 Feb 2021, 08:49
Now you can test your automated strategies (cBots) with much more historical data on and be more confident when running your systems. Finding good Forex data can be very difficult or expensive. We...
Free cTrader Symbol Quick View
 0
  0
  1172
25 Feb 2021, 14:33
This is another TradingView Analysis widget that has been packaged up into a cTrader cBot with added features to make it easy for you to use with your trading. With...
Free cTrader StockTwits
 1
  0
  1264
25 Feb 2021, 14:33
If anybody has used StockTwits then they know that it is a very useful tool for Social Network Trading, we have packaged it up into a cTrader cBot to allow...
25 Feb 2021, 14:32
This cTrader cBot provides a unique way of viewing both TradingViews Forex Technical Analysis Widget together with StockTwits Social Networking Feed to bring you a powerful punch to help traders...
Free Awesome Oscillator cBot
 0
  0
  2492
14 Feb 2021, 12:09
Using the Bill Williams Awesome Indicator, Hull MA, and ATR combined with Renko to give good results.
Free Conqueror Bot
 0
  5
  2276
22 Jan 2021, 08:59
Derived from "How to Make a Living Trading Foreign Exchange" by Courtney D. Smith This is a trend following, long term system, so scalpers may leave now. This robot uses...
11 Dec 2020, 01:44
This bot use Bollinger bands to trade, After many time backtest I have  good parameters to take profit on this trading system. The following show the result on Free Version...
Free Fast bot EMA58
 6
  0
  2612
25 Nov 2020, 23:06
Trading based on when EMA 5 crosses EMA 8. There is some settings for what to do when you close a loss trade, I used insperation from another bot in...
Free MACD PIVOT POINT BOT
 2
  5
  3200
23 Nov 2020, 17:41
Hi, Today i share my new cbot, not yet live tested but look profitable on backtest with different periods. Based from Pivot Point cbot found here i added MACD for filter entries. For...