Classic and Virtual Trailing – expert advisor for MetaTrader 4

Classic and Virtual Trailing - expert for MetaTrader 4
Classic Trailing => Use Stop Loss to Trail and it does reflect in your broker serverVirtual Trailing => Does not Trail using Stop Loss and it does not reflect in your broker server.Trailing Gap = A Gap from Bid/Ask PriceTrailing Start = Distance from Order Entry Price (Order Open Price) to start trailing Classic and

Simple continuous trend-following strategy for buying and selling based on predefined conditions – expert advisor for MetaTrader 4

Simple continuous trend-following strategy for buying and selling based on predefined conditions - expert for MetaTrader 4
This MetaTrader 4 (MT4) script implements a simple continuous trend-following strategy for buying and selling based on predefined conditions. Here’s a breakdown of the script: Initialization: The script initializes and prints a message when initialized successfully. Deinitialization: The script deinitializes and prints a message when deinitialized. OnTick Function: This function executes whenever there’s a new

Trailing_StopLoss_for All_orders_and_symbols – expert advisor for MetaTrader 4

Trailing_StopLoss_for All_orders_and_symbols - expert for MetaTrader 4
This script will trail the stop loss of all open buy and sell orders. Adjust the TrailStart and TrailStop parameters to your preferred levels. This is a basic example and can be further optimized and customized based on your specific requirements. Trailing_StopLoss_for All_orders_and_symbols – expert for MetaTrader 4

Three White Soldiers and Three Black Crows for Chart Symbol – expert advisor for MetaTrader 4

Three White Soldiers and Three Black Crows for Chart Symbol - expert for MetaTrader 4
This script is a trading strategy called “Three White Soldiers and Three Black Crows” implemented in MQL4. It identifies patterns in price action known as “Three White Soldiers” and “Three Black Crows” and executes buy or sell trades accordingly. Here’s a brief description of the key components of your script: The script is designed to

Close Basket Pairs v1 – expert advisor for MetaTrader 4

Close Basket Pairs v1 - expert for MetaTrader 4
This MQL4 script is designed to close positions for a basket of currency pairs based on certain profit and loss thresholds. Here’s a brief description: The script is called “CloseBasketPairs.mq4”. It is copyrighted by MetaQuotes Software Corp. in 2024. It provides a link to the MetaQuotes website. The version of the script is 1.01. The

Virtual SL TP Pending with SL Trailing for Symbol Chart – expert advisor for MetaTrader 4

Virtual SL TP Pending with SL Trailing for Symbol Chart - expert for MetaTrader 4
T”Virtual_SL_TP_Pending_with_SL_Trailing.mq4.” It’s designed to manage trades by setting virtual stop loss and take profit levels, along with a virtual pending order with an optional trailing stop loss feature. Here’s a breakdown of the script: Copyright and Link: Specifies the copyright information and a link to the creator’s website. Version: Indicates the version of the script.

Close_on_PROFIT_or_LOSS_inAccont_Currency – expert advisor for MetaTrader 4

Close_on_PROFIT_or_LOSS_inAccont_Currency - expert for MetaTrader 4
At 0 set EA will do nothing.    Positive_Closure_in_Account_Currency must be higher than the current Equity amount, otherwise, the trades will be executed immediately. Example: Equity is 55000$ and Positive_Closure_in_Account_Currency set to 55500$ to gain 500$ Negative_Closure_in_Account_Currency must be lower than the current Equity amount, otherwise, the trades will be executed immediately. Example: Equity is

Buy Sell Close Manual trading EA for trading newbies – expert advisor for MetaTrader 4

Buy Sell Close Manual trading EA for trading newbies - expert for MetaTrader 4
[@Buy_Sell_Close] Manual trading EA for trading newbies, EA can be used in backtesting visual mode, EA can also be used in live trading. You can practice your own trading system in backtesting [@Buy_Sell_Close], manual operation of the EA, pause, or modify the speed of the review backtest, to facilitate the manual trading exercises Introduction: 1