cBots

Free Opulence Bot (Demo)
 4
  0
  1322
19 Oct 2021, 18:43
Opulence Bot uses a momentum based dynamic grid strategy utilizing 7 different indicators. This is the demo version of the bot and can only be run on demo accounts. You...
Free sss
 0
  0
  810
01 Jul 2023, 15:18
sss
Free News Ribit
 1
  0
  1203
01 Mar 2020, 02:46
I will test it.
Free Range Robot
 2
  0
  4998
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 CCI Reversal
 3
  0
  3422
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...
25 Jul 2023, 10:36
This is the “Bollinger Daytrader cBot”.This robot can be optimized/adapted for all markets. It offers, in addition to the basic trading strategy, a variety of filters that allow yout to...
Free RickyMoney
 3
  0
  2320
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 Simple Grid
 4
  0
  3136
08 Jul 2019, 18:04
This cBot is very simple but will make you great profit in the long run. Great for trading Forex as an investment. Please only run this cBot in the direction...
Free WEIS
 0
  0
  1366
18 Dec 2020, 15:58
using System; using cAlgo.API; using cAlgo.API.Internals; using cAlgo.API.Indicators; using cAlgo.Indicators;   namespace cAlgo {     [Indicator(IsOverlay = true, TimeZone = TimeZones.UTC, AccessRights = AccessRights.None)]     public class ClickAlgoIndicator : Indicator     {         [Parameter(DefaultValue...
Free Zone Hedging v1
 1
  0
  1904
29 Sep 2020, 00:55
This bot places orders between the zone. Every position compensates for losing trade with a higher volume.  Here is a sample hedging. Avoid to trade while ranging market.   
Free EA ADX Candle 1.0
 2
  0
  1943
17 Sep 2020, 20:25
Ctrader - Trading system based on ADX and price action which consider supports and resistances by calculating the maximum and minimum prices. Close order un next candle.   Download https://gum.co/iAaza
03 Apr 2024, 13:33
DragDropBuildYouTube1h Breakout TradingStrategyThis strategy combines the effectiveness of the breakout on 1H timeframe with the aggressiveness of the Martingale. We use indicators such as Super Trend, ATR and ADX to identify...