We provide free open-source cTrader cBots for automated trading, you can download the working trading robot complete with source code. These cBots are great as a starting point to build your perfect strategy by adding new features. Learn to code withMicrosoft C#, one of the world's most popular programming languages.
This basic starter kit for algo developers uses an open-source cTrader Accumulative Swing Index (ASI) indicator to automatically open and close trades. The ASI is a technical analysis indicator used primarily to evaluate the long-term trend and to assess the strength of a trend in financial markets.
This basic starter kit for algo developers uses an open-source cTrader Aroon indicator to automatically open and close trades. The Aroon indicator is a technical analysis tool used to assess the strength and direction of a trend in a financial market. This trading strategy works by looking for crossovers between the Aroon-Up and Aroon-Down lines
This basic starter kit for algo developers uses an open-source cTrader Average True Range (ATR) trading system, this strategy will open trades based on bullish or bearish candlesticks and place a stop loss and take profit where the distance is calculated using the average true range indicator values.
This basic starter kit for algo developers uses an open-source Bollinger Band trading system to open and close trades based on indicator signals. John Bollinger created the indicator during the early 1980s, aiming to challenge the prevailing notion that volatility remains constant. Recognizing its dynamic nature, Bollinger sought a versatile tool capable of adjusting trading bands and capturing volatility.
This basic starter kit for algo developers uses a cTrader Detrended Price Oscillator (DPO) trading system to open and close trades based on the standard DPO indicator built into the trading platform. This strategy opens trades based on the DPO's last calculated value being greater or less than zero. This cBot includes the full source code for modifications.
This basic starter kit for algo developers uses a cTrader Donchian Channel trading system to open and close trades based on the standard Donchian Channel indicator built into the trading platform. This strategy opens trades based on the candle's low or high prices breaking pass the indicator's top or bottom price lines, these are known as breakout signals. This cBot includes the full source code for modifications.
This basic starter kit for algo developers uses a cTrader Fractal Bands trading system to open and close trades based on the standard Fractal Bands Chaos indicator built into the trading platform. It works by checking reversal points in the markets and it will determine when to open and close buy and sell trades. This cBot includes the full source code for modifications.
This open-source cTrader Hull Moving Average (HMA) trading system is based on the popular technical indicator used in financial markets to smooth price data and identify trends more effectively. The indicator was originally developed by Alan Hull and introduced in 2005. The basis of this strategy is that it opens and closes trades when the fast and slow HMA lines cross each other for a possible bullish or bearish trend.
This basic starter kit for algo developers is a good start at adding risk management to your automated trading strategy, the cBot will close all open trades at a set time in the day. This can be used to close trades just before the market stops trading for a particular symbol. The source code is included to help you add this feature to your existing trading robot.
This open-source cTrader Moving Average Convergence Divergence (MACD) trading system is designed to help traders gauge the strength and direction of a trend. This is achieved by plotting two moving averages on a chart, one calculated over a shorter time period and the other over a longer time period and automatically submitting orders.
This basic starter kit for algo developers uses an open-source cTrader On Balance Volume (OBV) indicator, this is a popular technical analysis tool used by traders to analyze the flow of volume in relation to price movements. This strategy also includes a simple moving average as a confirmation for trade entries and exits.
This basic starter kit for algo developers uses an open-source cTrader Parabolic SAR trading system, this strategy will open trades based on bullish or bearish candlesticks and the signals from the Parabolic SAR indicator when it shows opportunities to enter a trade.
This basic starter kit for algo developers uses an open-source cTrader Parabolic SAR Trailing Stop, this fully working cBot will set a stop loss on an open position to follow the Parabolic SAR dots for extra risk management. Risk management is one of the most important aspects of trading, and having a stop-loss will protect you from margin calls and significant losses.
This basic starter kit for algo developers uses an open-source cTrader Relative Strength Index (RSI) trading system to open and close trades based on the indicator value moving above and below the overbought and oversold levels. The RSI is based on the concept that when prices rise, there is typically increased buying pressure, and when prices fall, there is increased selling pressure.
This basic starter kit for algo developers uses an open-source cTrader Simple Moving Average trading system to open and close trades based on two SMA indicators crossing. A simple moving average (SMA) is an arithmetic moving average calculated by adding recent prices and then dividing that figure by the number of time periods in the calculation average. This trading robot uses two SMA indicators to open and close trades.
This basic starter kit for algo developers uses an open-source cTrader Stochastic Oscillator indicator which is a popular technical analysis indicator used in financial markets to assess the momentum and potential reversal points of an asset's price. This cBot will automatically open, close and manage trades based on the values of the SO indicator.
This basic starter kit for algo developers uses an open-source cTrader SuperTrend indicator, this is a popular technical analysis tool used by traders and investors to identify the direction of a trend and also the potential entry & exit points for your trades in the financial markets.
This basic starter kit for algo developers demonstrates how to implement a Trailing Stop Loss (TSL) into their existing cBot to automatically lock in profits. A trailing stop-loss is a type of stop-loss order used in trading and investing to protect profits and limit potential losses
This basic starter kit for algo developers uses an open-source cTrader Welles Wilder Smoothing (WWS) trading system to open and close trades based on two WWS indicators, a fast and a slow crossing each other. Once the smoothing is calculated, you can generate trading signals based on the smoothed data. This cBot includes the full source code for modifications.
This basic starter kit for algo developers uses an open-source cTrader Bill Williams Alligator trading system to open and close trades based on the standard alligator indicator built into the trading platform. It works by checking the alligator's teeth and lips to determine when to open and close buy and sell trades.This cBot includes the full source code for modifications.