
// This cBot was created with AlgoBuilderX
//
// AlgoBuilderX is a powerful tool for creating automated trading strategies on the cTrader platform.
// With an intuitive drag-and-drop interface, you can easily build and customize your own trading
// algorithms without any coding knowledge. Whether you're a beginner or an experienced trader,
// AlgoBuilderX offers a seamless experience for developing, testing, and deploying your very own cBot
//
// Visit algobuilderx to start building your own cBots today!
This cBot is an example, made for demonstration purposes using AlgoBuilderX and works only on demo accounts.
Through this example cBot (fully functional on a demo account), we wish to demonstrate to you the potential of AlgoBuilderX. We want to show you how you can create risk management conditions and parameters to develop your own customized strategy, ideal for use within Prop Firms.
Strategy: This strategy uses the Parabolic SAR to identify the direction of the trend. If there are no open trades already, it opens one trade per hour based on the position of the Parabolic SAR. The strategy, having a tight take profit, is designed to have a high winrate.
The open position is managed with a grid strategy.
You can set an equity stop loss level, an equity target, and a daily target. When one of these targets is reached, the cBot stops opening position, and will restart based on the time entered in the "Start Trade Again At" parameter.
The default parameter values are based to run it on XAUUSD.
Parameters:
Note: Time value is always in Local Time
Create your cBot now in an easy and intuitive way!
Try AlgoBuilderX now, no registration required.
You can find the AlgobuilderX project for free in our Discord channel.
You will be able to import it into the AlgoBuilderX workspace, view it, edit it, or export it.
Important Note:
This cBot is a demonstration example created with AlgoBuilderX and is not optimized for live use. It is designed to illustrate the functionality of AlgoBuilderX and serve as a starting point for creating custom strategies. It is recommended that you carefully test and optimize any strategy before implementing it on a real trading account.