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

Check Last Closed Trade (Profit / Type / Symbol etc.) – EA MetaTrader 5

Check Last Closed Trade (Profit / Type / Symbol etc.) - expert for MetaTrader 5
With this code block, you can get the last closed trade data without using loops.  Create a variable to set the current day start time. (This is not necessary to do.) Create some other variables to print a chart output and use if in other code blocks as well. (This is not necessary to do.) Using … Read more

Pending Order Timer on Closed Market – script MetaTrader 4

Pending Order Timer on Closed Market - script for MetaTrader 4
You can send pending order on closed market between StartTime and EndTime at specific minumum and maximum price. You can also use it on open market to setup time and price of your choice. Parameters Comments on Screen You can check my other work here Average Trailing Stop Pending Order Timer on Closed Market – script … Read more

Print Closed Position – script MetaTrader 5

Print Closed Position - script for MetaTrader 5
The script prints info about a closed position by its position ticket or identifier, on a retail hedging account. It supports only retail hedging accounts (Forex). Following info are printed to the ‘Experts‘ log: Position Open Time Position Symbol Position Ticket: this is the position ID Position Type Position Volume Position Open Price Position S/L, updated to the last … Read more