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

Reverse Trades For All Symbols Script – script for MetaTrader 4

Reverse Trades For All Symbols Script - script for MetaTrader 4
The strategy implemented in the script “Reverse_Trades_For_all_Trades_and_Symbols_V1.mq4” reverses all open trades for all symbols on the trading platform. When executed, the script iterates through all open trades, closing each one and opening an opposite trade for the same symbol. This effectively reverses the direction of each trade, allowing traders to profit from changes in market

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.

Harmonized Pending Hedge of open trades for chart symbol – script for MetaTrader 4

Harmonized Pending Hedge of open trades for chart symbol - script for MetaTrader 4
This script sets pending hedges with distance in pips for chart symbol. If hedged are 100% harmonized strategy will do nothing, else calculates difference between Buy and Sell Trades and places a harmonized pending hedge 100%. Deletes old hedges for symbol and places new ones. This way can be used as manual trailing pending hedges,

Resize chart window from indicator (for Short Trend Reversal) – indicator for MetaTrader 4

charts
You can simply add function void OnChartEvent(…) to your indicator the screens are from EA and its GUI, indicator only changes window size before compilation you need uncomment few lines //external dll prohibited 🙁 Resize chart window from indicator (for Short Trend Reversal) – indicator for MetaTrader 4