Top notch. Your imagination is the limit with this. Create any kind of strategy you can think of. The developer is very helpful and good documentation available to learn how to use it. Best of its kind that I have come across in the market place.
Easy Strategy Builder 5
The Easy Strategy Builder (ESB) is a "Do It Yourself" solution that allows you to create a wide range of the automated trading strategies without any line of codes. This is the world’s easiest method to automate your strategies that can be used in STP, ECN and FIFO brokers. No drag and drop is needed. Just by set conditions of your trading strategy and change settings on desired values and let it work in your account. ESB has hundreds of modules to define unlimited possibilities of strategies.
ESB is a multi-purposed utility that can act as expert advisor, indicator, data logger, signal notifier, Screenshoter, news bot and so on.
You can implement many experts of MQL market in less than 10 minutes without having any programming knowledge and just by a few clicks.
What can be done by ESB?
- Automate your strategy by a few clicks in 7 steps. Add any kind of predefined or custom Indicators and write expressions or formulas based on them and set the SL and TP, Break-Even and Half-Break-Even, Money and Risk Management, Close expressions, Trailing-Stop and Advanced Options.
- Automate and convert any kind of Custom Indicator ( with or without Source Code) to auto-trading robot and expert advisor.
- Create Martingale or Grid or any kinds of network trading strategies. A wide range of options are made for martingale and grid.
- Create Indicator that can mark on chart, alarm or send notification on your mobile
- Interact with Chart Object to detect if prices touches or crosses or any desired conditions are met, and make a signal based on them.
- Create Data logger to log on file.
- Get signals from other applications and trade based on them.
- Create Signal Provider
- Create a network of bots
- Instantly back-test and live testing of your strategies. If the result is good enough, let it work on real account.
- If you don't believe to Auto trading, open position manually and let ESB manage them.
- Monitor Market just to find the entry points and inform you.
- Take screenshot of charts based on expressions along with many timing options
- Back-test on news which is a one of the unique features was introduced by ESB.
- Check live news by some sniffers and bots and do Fundamental trading
- You can sell or share your successful plans just by sharing ESB settings.
There is a public Telegram support group and detailed F.A.Q. Please, search EasyStrategyBuilder or contact me for group link.
There is a public Telegram support group and detailed F.A.Q. Please, search EasyStrategyBuilder or contact me for group link.
You can implement multi-pair and multi-timeframe strategies. The ESB supports the most kind of strategies includes scalping, price action, martingale, arbitrage, grid, hedge, trend line, trade on news (using internal adaptive news engine), level trading and so on. It supports all Logical, calculating and mathematical and arithmetic operations. All Meta Trader standard indicators and any custom indicator are supported. Price action functions help you to check everything about prices and candles or a group of candles. If ready-made functions aren’t enough, can define your custom functions. ESB has advanced risk management and money management modules and supports any kind of break even and trailing stops. Also, it has very strong and intelligent news engine that in care mode monitors news and decide to manage trades. ESB has a convenient panel that helps you to monitor everything. It has a strong log and notification modules that can send any report directly on your phone or log it anywhere.
Settings
There are many input parameters in ESB. Design view of ESB is simple and don’t worry about number of options. You can learn all you need in a few hours.User Guide: A quick tutorial on how to use the ESB without any knowledge of MQL code is necessary. The link to the product website which hosts a detailed product description and comprehensive user guide, is displayed on the YouTube video (refer to the 'Screenshots' tab) and in the 'Comments' tab.
Limitations: Not all strategies can be created with ESB. Some strategies cannot be created automatically.
Feel free for any question. Contact details on the product website.
Video


A very powerful program that can do many different trading Strategies Once you know the ins and outs of the system you should be able to develop profitable EAs. The author is very helpful, always responsive when asked questions.

This is the best strategybuilder on the market! There are so many possibilities. The structure of settings and the different types of funktions are unbelievable. The outstanding support is quick, kindly and absolutely usefull. Thank you so much.

Top notch. Your imagination is the limit with this. Create any kind of strategy you can think of. The developer is very helpful and good documentation available to learn how to use it. Best of its kind that I have come across in the market place.

A very powerful program that can do many different trading Strategies Once you know the ins and outs of the system you should be able to develop profitable EAs. The author is very helpful, always responsive when asked questions.
Improved ZigZag Handling in MT5 (lesser used memory)
Fixed tester error in MT5 for find custom indicator
Refactored volume calculations (mostly for MT5 version)
Rearranged Main Settings' Options
Updated default index of the swings to 1
Fixed issue of the Sell Trailing Stop By Expression
Fixed swings indicator issue to find troughs
Fixed hidden objects detection issue
Added new Indicator for working with those Custom Indicators which don't have buffer
Added new Indicators for working with history orders
Added new Indicator: Counter
Added new Indicator: Moving Horizontal Line
Added new Indicator: Candle Height which is (high-low)
Added new Functions for working with history orders
Added new Function Touch: detects price touches a certain level
Added new Function LastNotificationSeconds : returns seconds from last notification
Added new Function LastNotificationCandle : returns candle number of the last notification
Added new Function NewCandle for Detect New Candle in Expressions
Added new Advanced Option for Minimum seconds Between Signals' Notifications
Added new Advanced Option for Send Indicators values in Signal Report email
Added day of the week by normal string(sunday, monday, ...)
Added Buy/Sell/Stop/limit to keywords
Improved user expression error reporting to mention position of the error in user expressions
Improved LastValue function
Improve Expressions to handle its own name in expression
Fixed priority issue of the shift with expressions for indicators
Fixed LastSignalSeconds at the beginning which should be a big number
Fixed Complicated Naming issue which makes some conflict if two indicator use same name
- Refactored shift calculation codes (may affect back-test's results a bit)
- Fixed expression loop shift issue
- Fixed Heiken-Ashi Candles Dynamic Calculation
- Improved custom indicator naming
- Fixed Issue of Only Anti Martingale Cases
Added Arrow Custom Indicator Signal
Added New Indicator for reading array from file
Global variable's name could be set by indicator name or in parameters
Improved custom indicator search paths
Fixed custom indicator for offline chart
fixed expression issue about adding constants
Added Error Window
Added "IF EXPRESSION1 WAIT FOR EXPRESSION2 TILL EXPRESSION3" to indicators
Added "EXPRESSION SERIES" to indicators
Added "STATE MACHINE" to indicators
Added "InitialLots" function to Selected Order to indicators
Added "Martingale Or Anti Martingale" to Martingale Types
Added More checking before Manual Close
Added New LED indicators in the Main Panel
Added two new indicators for angle of the trend line
Added 3 more type of shifts (First, Last, Nth)
Added EMPTY_VALUE for indicators with no values on some candles
Added sanity check for Adding "[shift]" automatically in case of using "shft1:shft2:operand" for shift of expressions.
Removed Buy/Sell Expressions 2,3 (now is doable easier by series of expressions)
Removed Options for Series of the Buy/Sell Entry Expressions
Removed "Start only If Martingale didn't Start" from Martingale Options (now is doable by Martingale Type)
Rearranging of the inputs (Moved 28 indicators to the bottom of settings)
Changed Handling of Expression Shifts (This version considers expression shifts as well)
Changed T/F to boolean as type in front of the expression names for better understanding of the expression type
Changed "expr1,expr2,expr3" LEDs to "entry,break,trail" LEDs on the panel
Changed Default Shift Operand to "AND"
Changed Default Shift of Indicators to "0"
Some improvement on the name of the inputs and text arts :) and also indicator names
Some Improvement on the Reading Properties of Orders rather than Getting them from Order Comment
Fixed issue of the dependent Expressions
Fixed issue of using keywords in indicator names
Fixed issue with CandleNumber in Meta5
Fixed issue if indicator name includes cross
Fixed Pending order volume issue in Martingale
Fixed Trendline Parameters issue
Fixed Issue On Recovery of Corrupted Martingale Rally
Fixed Anti Martingale Pending order Close issue in Martingale
Fixed issue of Hidden text in Panel Reloading
Fixed some spelling errors
Fixed custom indicators load Meta 5
Fixed some spelling issues
Fixed some GUI issues based on Meta Trader GUI limitations
Added shift's expressions for Expression indicators
Added supporting of indicator name as input for CandleNumber function
Support special characters for tooltip in indicators panel
Improved CandleNumber for shift operands
Fixed dynamic shift for fixed number expressions
Improved panel caption to show version as well
Fixed issue about parameters assignment for MACD and Swing Indicators
Added 22 new Indicators for Working with each Order
Added 9 new Indicators for Working with Accounts
Added Memory Variable Indicators for Sharing Variables and Values
Added "OPENORDERSCORR","OPENBUYSCORR","OPENSELLSCORR" Functions
Improved Value of Functions for number of orders on Currency 1&2
Improved Type in Tool-tips for Indicators Panel
Fixed Issue in Spread Indicator
Fixed Issue in Martingale for Limited Number of Rallies
Added OPENCANDLE for get candle number of current order
Added Multi Title Search for All News Indicators
Added Central Bank News Options
Improved Concept of Shift in News Indicators
Improved Lottage Calculations
Improved Calculation of Martingale Lottage Increasing Steps
Fixed Issue in Candles Group Average Body Indicator
Fixed Issue about indicator index in LASTVALUE function
Fixed Issue in Reading News File in Back test
Fixed Issue in Week Number Calculations
Upgrade: News file "allnews.ndf"
Improved Swings for Shift<Level
Improved news downloading process
Improved performance by disabling checking of martingale or grid expressions in buy and sell mode
Supports Encrypted news file for back testing
Supports all symbols for news indicators
Changed news file address to "tester\files" directory
Fixed issue about pure buy/sell expressions
Seperated Manual Attempts for Buy and Sell Rallies in Martingale
Seperated Attempt Conditions for Buy and Sell Rallies in Martingale
Martingale attempts can be price level using (L:)
Martingale supports dynamic profits
Added Conditions for attempts in martingale
Added "Logger Mode" for ease of use as data logger
Added lottage expression
Added log signals to file
Added main panel position options (Left and Top)
Added LastSignalCandle for access candle number of last signal
Added China currency CNY/CNH to news module
Added new option for maximum number of orders per Candle
Added warning Message for duplicate log file
Added "MARTINGALESECONDS","MARTINGALESTARTCANDLE","MARTINGALESTARTPRICE"
Added "GRIDSECONDS","GRIDSTARTCANDLE","GRIDSTARTPRICE"
Main panel is movable Now
Improved news module
Improved log files name (Added Magic Number to Names)
Fixed LastSignalPrice problem
Fixed errors for seconds from prev news indicator
Fixed white panel issue
Fixed some recovery issues
Added "Fast Back Test" option for faster back testing by predicting ticks using advanced algorithms
Change default function time frames to current chart time frame
Improved performance by removing tick recorders for unusable indicators
Updated News Engine Link Address
Improved Trailing and Break even engine
Added "LastSignalPrice" function
Added "Arrow Type" option for mark entry points
Fixed "Tick Speed" Indicator
Improved Performance by removing calculations for static expressions
Fixed duplicate name in functions and expressions
Removed timers in plans without news
Removed some extra text from logs
Improved expression engine
Improved cross functions
Improved memory management
This is the best strategybuilder on the market! There are so many possibilities. The structure of settings and the different types of funktions are unbelievable. The outstanding support is quick, kindly and absolutely usefull. Thank you so much.