Push Notification for Opened / Closed Trades (Netting) – library MetaTrader 5

Push Notification for Opened / Closed Trades (Netting) - library for MetaTrader 5
Features Sends notifications for trade opens and closes Shows trade type (Buy/Sell) and lot size for new trades Displays profit/loss for closed trades Works in both live trading and strategy tester (sends to logs in tester) Monitors last 2 hours of trading history Prevents notification spam through basic throttling Installation Add this function to your … Read more

Reverse Trades For All Symbols Script – script 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 … Read more

Harmonized Pending Hedge of open trades for chart symbol – script 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, … Read more

Custom indicator based on Heiken Ashi and aimed to handle swing trades – indicator MetaTrader 4

Custom indicator based on Heiken Ashi and aimed to handle swing trades - indicator for MetaTrader 4
Author: Joe Chalhoub This FX custom indicator is very easy to set, it does not predict or forecast future trend movement it allows traders to take the maximum profit from a long or short trade. To install this indicator open the H5 period and insert it. It uses the 5 minutes period for entry points. … Read more

Trades to CSV – EA MetaTrader 4

Exported Results
Real author: Inovance Export the trade details (order, trade return, ticket number, open price, close price, open timestamp, close timestamp, currency pair, position size) from a backtest or live trading to a CSV file. To use, input your trading logic inside the Signal() function (return 1 for long signals, 2 for short signals), name the … Read more

Transfer trades from the tester report to the chart – script MetaTrader 4

Transfer trades from the tester report to the chart
The script is designed to transfer trades from the standard report of the MetaTrader 4 tester to the chart. The main purpose of such action is to study third-party trading systems. It transfers to the chart: Entry Points. Displayed by characters separately for long and short positions. The character codes can be set by user. … Read more

JS MA SAR Trades – EA MetaTrader 5

JS MA SAR Trades Open buy signal
The author of the idea: JS_Sergey MQL5 code author: barabashkakvn ZigZag, Parabolic Sar and two Moving Averages are applied. BUY open signal Zigzag Low 0 bottom should be higher than Zigzag Low 1 bottom, Moving Average Fast should be higher than Moving Average Slow, close price should exceed Parabolic Sar indicator:  BUY close signal Moving Averages are … Read more