Francisco Manuel Vicente Berardo / Профиль
- Информация
|
1 год
опыт работы
|
18
продуктов
|
4
демо-версий
|
|
0
работ
|
0
сигналов
|
0
подписчиков
|
Let me briefly describe my path in the MQL4 and MQL5 programming languages:
- In April 2017, I started learning MQL4 to create some trading tools for personal use.
- In August 2018, I started learning MQL5 to convert the MQL4 programs I already had.
- Sometime later, I challenged myself to publish quality products in the Market.
- In May 2024, I was pleased to provide some of the applications I developed.
- In October 2024, I finished the last apps (Expert Advisors) programming I had in mind.
- Next, the idea is to test and optimise those EAs before publishing and using them in live trading.
If you have a question, comment or suggestion, send me a private message.
I hope you enjoy my work!
The Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids. General Description The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The user might set up different grids to exist
The Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids. General Description The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The user might set up different grids to exist
The Pending Order Grid is a multi-symbol multi-timeframe script that enables multi-strategy implementation based on pending order grids. General Description The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The beginning and finish of every grid are defined by the Start
The Pending Order Grid is a multi-symbol multi-timeframe script that enables multi-strategy implementation based on pending order grids. General Description The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The beginning and finish of every grid are defined by the Start
The Multiple Position Opening is a multi-symbol multi-timeframe script used to open simultaneously various positions. Risk Management The volume used to open a position is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there isn't enough money in the account for the chosen volume, this is reduced to the highest possible value (corresponding to free margin). If this reduction leads to a correct volume
The Multiple Position Opening is a multi-symbol multi-timeframe script used to open simultaneously various positions. Risk Management The volume used to open a position is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there isn't enough money in the account for the chosen volume, this is reduced to the highest possible value (corresponding to free margin). If this reduction leads to a correct volume
The Order Selective Delete is a multi-symbol multi-timeframe script used to delete simultaneously various pending orders. General Description The Order Selective Delete possesses three operation modes (Intersection, Union and All) that control the way as three pending order features (symbol, magic number and type) are used. The modes, available through the Selection Mode input parameter, relate to the features, available
The Order Selective Delete is a multi-symbol multi-timeframe script used to delete simultaneously various pending orders. General Description The Order Selective Delete possesses three operation modes (Intersection, Union and All) that control the way as three pending order features (symbol, magic number and type) are used. The modes, available through the Selection Mode input parameter, relate to the features, available
The Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions. General Description The Position Selective Close possesses three operation modes (Intersection, Union and All) that control the way as four position features (symbol, magic number, type and profit) are used. The modes, available through the Selection Mode input parameter, relate to the features, available
The Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions. General Description The Position Selective Close possesses three operation modes (Intersection, Union and All) that control the way as four position features (symbol, magic number, type and profit) are used. The modes, available through the Selection Mode input parameter, relate to the features, available
The Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions. General Description The Double Trailing Stop’s purpose is to secure profit and minimize losses of the opened positions. The Expert Advisor places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote reaches/overcomes the Trailing Start distance from the position’s opening price (a
The Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions. General Description The Double Trailing Stop’s purpose is to secure profit and minimize losses of the opened positions. The Expert Advisor places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote reaches/overcomes the Trailing Start distance from the position’s opening price (a
The Environment State Info Print is a script to display the constants that describe the current runtime environment of a MQL4 program. General Description The constants are divided into four groups in the Environment State section of the MQL4 documentation and each group is divided into enumerations/subgroups (with designations “ Market Info”, “Integer”, “Double” or “String”). The script displays constants in two ways: a single constant or all group constants. The constants
The Environment State Info Print is a script to display the constants that describe the current runtime environment of a MQL5 program. General Description The constants are divided into four groups in the Environment State section of the MQL5 documentation and each group is divided into enumerations/subgroups (with designations “Integer”, “Double” or “String”). The script displays constants in two ways: a single constant or all group constants. The constants are
The Tick Data Record is a multi-symbol multi-timeframe Expert Advisor that records tick data for later graphical representation and analysis. General Description The Tick Data Record offers a(n) alternative/complement to the online/offline price charts displayed through the MT4/MT5 platform. The Expert Advisor permits to write and save the current/history values of Time, Bid, Ask, Spread, Last and Volume to a text file (“.txt”). The idea is to copy/open the obtained
The Tick Data Record is a multi-symbol multi-timeframe Expert Advisor that records tick data for later graphical representation and analysis. General Description The Tick Data Record offers a(n) alternative/complement to the online/offline price charts displayed through the MT4/MT5 platform. The Expert Advisor permits to write and save the current/history values of Time, Bid, Ask, Spread, Last and Volume to a text file (“.txt”). The idea is to copy/open the obtained register to/in a
The Scientific Calculator is a script designed to compute science, engineering and mathematics expressions. General Description The expression to calculate must obey syntax rules and precedence order, being constituted by the following elements: Integer and real numbers. Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^). Mathematical and trigonometric functions . Curved parentheses (()) to
The Scientific Calculator is a script designed to compute science, engineering and mathematics expressions. General Description The expression to calculate must obey syntax rules and precedence order, being constituted by the following elements: Integer and real numbers. Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^). Mathematical and trigonometric functions . Curved parentheses (()) to

















