Hey fellow traders! Have you ever wished for a tool that keeps track of your trades without you having to lift a finger? Well, let me introduce you to the Auto Uploader—a handy script designed to upload any open and pending trades straight to a web server.
This nifty tool comes packed in a zip file that includes a PHP and MySQL example for saving and checking your trading data. It’s streamlined to make your trading experience smoother!
In this script, I've utilized the ghttp.mqh GET method within the httpget.mqh file. What does this mean for you? It means that the Auto Uploader constantly monitors your trades. By default, it checks every second for any open or pending orders.
Not only does it keep tabs on your trades, but it also updates key information like profit levels, take profit (TP), and stop loss (SL) adjustments. Plus, it watches for any historical data related to order closures or cancellations, ensuring that modifications are only sent when an order is genuinely closed or canceled.
Here’s the kicker: the Auto Uploader starts saving data only for currently open and pending orders. If you close a position, it will stick around in the database for your future reference. This means you get to keep track of your trading history without any extra hassle.
To make it work seamlessly, you’ll want to implement it as an indicator. Once set up, it can be attached to any chart and will diligently scan for any open trades.
I’m always on the lookout for ways to improve this tool, so if you have any suggestions or ideas, feel free to share! Happy trading!

Comments 0