Category Other  Published on 08/02/2024

BB & RSI + Grid and Equity Stop Loss (Made with AlgoBuilderX)

An update for this algorithm is currently pending moderation. Please revisit this page shortly to access the algorithm's latest version.
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: When the candle closes below the lower bollinger band and the RSI is oversold, a long position is opened with grid strategy. Grid settings can be changed in parameters.
Equally, if the candle closes above the upper bollinger band and the RSI is overbought, a short position is opened with grid strategy.

For better risk management, we have added "Equity Stop Loss in Money" and the "Max Spread" filter

We made all values parameterizable to leave free customization.
 

Parameters:

 

Backtest example:

 

AlgoBuilderX Project:


This cBot was made in less 10 min using only 10 blocks in the AlgoBuilderX project.


Create your cBot now in an easy and intuitive way!
Try AlgoBuilderX now, no registration required: www.algobuilderx.com

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's avatar
AlgoBuilderX

Joined on 30.01.2024

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: ABX - BB and RSI + GRID Demo.algo
  • Rating: 3.33
  • Installs: 439
Comments
Log in to add a comment.
WI
wiktor143 · 3 months ago

Can add time filter ?

CA
CatherineBoyle · 4 months ago

Of course I am not an expert. But I assume that is just a starting point. To actually use the bot on a live account, you'll need to test and optimize it for your needs. Don't throw real money at it until you're sure everything works smoothly. And remember, without testing, it's like jumping without a parachute, better not to leap.

AlgoBuilderX's avatar
AlgoBuilderX · 4 months ago

@Professional Well.. enjoy our full cBot lol. Thank you very much for pointing that out to us. Small oversight 😅

PR
Professional · 4 months ago

Thanks for the cBot. You uploaded the cBot with the source code. Maybe you made a mistake. It's not "Demo only" if we can see the source code and remove a small part of the code :) . Maybe you should upload it again without the source code.