Description
// 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 https://algobuilderx.com to start building your own cBots today!
This cBot is an example, made for demonstration purposes using AlgoBuilderX and works only on demo accounts.
Strategy: This strategy opens the first position based on the value of the EMA (default is 48). If the price is higher than the EMA a long position is opened, if it is lower a short position is opened.
It then places a pending order 100 pips away (editable) by multiplying the current lot. Each time the price reaches and activates the pending order, another one is placed again at the same distance, with the lot multiplied, repeating this process for up to 13 positions or until the equity take profit is reached.
(Example of strategy)
Parameters:
Backtest example:
AlgoBuilderX Project:
Create your cBot now in an easy and intuitive way!
Try AlgoBuilderX now, no registration required: www.algobuilderx.com
You can find the AlgobuilderX project for free in our Discord channel: https://discord.gg/tYutSeQN
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.
The author decided to hide the source code.
AlgoBuilderX
Joined on 30.01.2024
- Distribution: Free
- Language: C#
- Trading platform: cTrader Automate
- File name: Zone Recovery Trading System Demo (www.algobuilderx.com).algo
- Rating: 5
- Installs: 471
- Modified: 02/04/2024 16:52