Quantcast
Channel: Forex Forum - World Wide Invest - Forex Indicators
Viewing all articles
Browse latest Browse all 4173

(Share) {script} MT4 Automatic Slippage Processor: Measure Slippage

$
0
0
Automatic-Slippate-Report-MT4-Reporting.png
This is a free script for MT4 platform to check how much your broker/market is stealing from you. If you have positive or negative slippage, you will now know immediately with our MT4 Automatic Slippage Processor tool.
Automatic-Slippage-Report-MT4.png
Simply drag and drop the SCRIPT onto your chart that you want to check slippage. You will get an Alert within 1-2 seconds that displays the true slippage from all orders within your trading history (For that specific chart/currency pair).

-place #ASP .EX4 into your MQL/Scripts folder
-restart MT4
-Open Any chart that you want to test
-Open Navigator (ctrl+N)
-Drag and drop onto chart or double click #ASP
-PopUp Box: Include DLL Imports + CheckOnWeekend(true) if needed
-Click OK and the Automatic Slippage Report will Print all orders with slippage in Experts Journal
-Comment on Screen includes # of trades with slippage and Final Cumulative +/- Slippage
-Alert Pop up within 1-2 seconds with results.

EA Entry Slippage:
you save the current Ask/Bid before doing OrderSend() and after the order was opened you compare OrderOpenPrice() with the saved Ask/Bid from before sending the order. Then you know the entry slippage already
EA Exit Slippage:
The same goes for the exit slippage, you save the current Ask/Bid directly before doing OrderClose() and afterwards compare OrderClosePrice() with the saved Ask/Bid and voila, there is your exact exit slippage.
Manual Entry and Exit Slippage:
If all orders are exited with SL only (e.g. through a trailing stop), you can at least easily see the exit slippage for manual orders too, by comparing the Order StopLoss to the Close Price in your MT4 Terminal´s order history.
Attached Images
Attached Files

Viewing all articles
Browse latest Browse all 4173

Trending Articles