Category Trend  Published on 16/02/2024

FVG (Fair Value Gaps) Strategy + Grid (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 strategy draws two horizontal lines when a Fair Value Gaps / Imbalance occurs.
When price fills the imbalance and touches the darker line, a position is opened based on the current trend.

Then, when the position is open, it is managed with the Grid strategy. An Equity Stop Loss can also be set for proper risk management.

Parameters:

Backtest example:

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 - FVG + Grid Demo.algo
  • Rating: 4
  • Installs: 428
Comments
Log in to add a comment.
AlgoBuilderX's avatar
AlgoBuilderX · 4 months ago

For sure! You can find all our .abx projects in our discord server (example-projects): https://discord.gg/TCtBQbTh

Aieden_Technologies's avatar
Aieden_Technologies · 4 months ago

Would it be possible for you to share the Algobuilder project code? This seems like a great way for users to start evaluating the tool for prototyping purposes.