Category Other  Published on 30/04/2024

Three White Soldiers & Three Black Crows Martingale Strategy (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: This cBot exploits two of the most well-known and powerful candlestick patterns in the trading world: the Three White Soldiers and the Three Black Crows. It also uses the ADX indicator to filter out signals and the Martingale strategy

Buy trigger: Three White Soldiers: is considered a bullish signal. It occurs when three consecutive candles show up with rising bodies and few upper and lower shadows. Each of the three candles opens within the body of the previous candle and closes at a new high, indicating strong bullish momentum.


Sell trigger: Three Black Crows: this is a bearish signal. It occurs when three consecutive candles appear with descending bodies and few upper and lower shadows. Each of the three candles opens within the body of the previous candle and closes at a new low, indicating strong bearish pressure.

The implementation of these two well-known patterns provides traders with an effective method for identifying potential trading opportunities in both bullish and bearish trends. In addition, the ability to automate this process through the use of a cBot allows traders to remain active in the market without having to constantly monitor the charts.

 

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

Joined on 30.01.2024

  • Distribution: Free
  • Language: C#
  • Trading platform: cTrader Automate
  • File name: Three White Soldiers & Three Black Crows Demo (www.algobuilderx.com).algo
  • Rating: 0
  • Installs: 153
Comments
Log in to add a comment.
No comments found.