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 for learning algorithmic programming. Educational use only.
The cTrader Stochastic Oscillator Trading Strategy uses a momentum indicator, the stochastic oscillator, to analyze a security’s price movement and determine potential entry and exit points. This cBot includes many risk features including email and Telegram alerts. Full Source Code Included.
Traders use Bollinger Bands because they help identify overbought and oversold conditions, detect volatility changes, and analyze trends. Prices near the upper band may signal overbought levels, while those near the lower band suggest oversold conditions. The bands widen during high volatility and narrow during low, giving visual cues for potential breakouts or consolidations. Full Source Code Included.
Traders can utilize the cTrader Aroon Oscillator to determine trend direction and make trading decisions accordingly. When the positive oscillator signals an uptrend, traders can open long positions. Conversely, traders can initiate short positions if the negative oscillator indicates a downtrend. This strategy automatically opens and manages your trades 24/7 with a Telegram alert. Full Source Code Included.
The MACD (Moving Average Convergence Divergence) and RSI (Relative Strength Index) are popular technical indicators traders use to identify potential buy and sell signals in the stock market, both indicators serve different purposes and, when used together, can provide complementary insights into market conditions. This strategy automatically opens and manages your trades 24/7 with a Telegram alert. Full Source Code Included.
This starter kit for algo developers uses an open-source Supertrend indicator which is a technical analysis tool used primarily in trading to identify the direction of the prevailing market trend and generate buy or sell signals. The Supertrend indicator is especially useful in trending markets but might produce false signals in choppy or sideways markets. Hence, it's often used together with other indicators.
This product is for educational purposes only. Full Source Code Included.
This starter kit for algo developers uses an open-source On-Balance-Volume (OBV) trading strategy to make buy and sell decisions based on the relationship between price movements and volume. OBV is a technical analysis tool that measures buying and selling pressure by adding volume on up days and subtracting volume on down days. An additional confirmation RSI indicator is added for a stronger signal.
This product is for educational purposes only. Full Source Code Included.
This starter kit for algo developers uses an open-source Multi-Timeframe cTrader Relative Strength Index Strategy, it can automatically open, close and manage positions for the cTrader Desktop platform. The strategy also uses built-in risk management and the ability to send Telegram trade signals.
This product is for educational purposes only. Full Source Code Included.
This starter kit for algo developers uses an open-source Multi-Timeframe cTrader Hull & Simple Moving Average Strategy, it can automatically open, close and manage positions for the cTrader Desktop platform. The strategy also uses built-in risk management and the ability to send Telegram trade signals.
This product is for educational purposes only. Full Source Code Included.
This cTrader cBot contains example source code demonstrating how to easily send Telegram alerts from your cBots or indicators with a few lines of code written in Microsoft C# which can be used for status updates or trade signals. The example is suitable for beginner coders looking at adding new features to their systems.
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 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.
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 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 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 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 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 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 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.