Anyone who’s worked with the markets for any length of time will have come across Renko charts. At first sight they are weird charts made of consecutive bricks but once you get used to them they’re great ways of filtering out noise and simplifying the price action. For this reason […]
Metatrader Articles
Push notifications in Metatrader can be a great tool – you can get alerts to your smart phone on the move and so always be in touch with what’s going on. Setting it up is fairly straight-forward – here’s how to do it. 1. Firstly you need to be aware […]
E-mail alerts from Metatrader can be a very useful tool. Indeed our own Mt4 Alert Indicators rely on it (and also phone push notifications) for sending information to users when they are away from their desks. But how does one set it up? This post describes the process 1. From […]
This is the one in a series of Metatrader 101 posts, partly so that I can have something to give to clients who are new to Mt4. It will cover the basics so people can get up and running quickly. Some more advanced Metatrader code that you’ll come across […]
Back-testing with Metatrader4 can be a bit tricky for the unwary as there are some quirks that you need to be aware of and if you’re not careful you can end up back-testing with random data rather than the good quality data that you thought you were. In this blog […]
This is the one in a series of Metatrader 101 posts, partly so that I can have something to give to clients who are new to Mt4. It will cover the basics so people can get up and running quickly. In Metatrader you only have a limited choice of charts: […]
This is the one in a series of Metatrader 101 posts, partly so that I can have something to give to clients who are new to Mt4. It will cover the basics so people can get up and running quickly. One of the great things about Metatrader is the amazing […]
This is the first in a series of Metatrader 101 posts, partly so that I can have something to give to clients who are new to Mt4. It will cover the basics so people can get up and running quickly. An EA (Expert Advisor) is an automate trading strategy that […]
There’s a rather nasty “gotcha” that one has to look out for when working with MetaTrader. It’s to do with iterating through a list of orders when you’re actually making changes to the order list. Take a look at this code to cancel all pending open orders. void CancelOpenOrders(){ […]
A quick tip for beginners who are using Metatrader 4. If you’ve got two opposing hedged orders, say long 1.0 lots of EURUSD and short 1.0 lots of EURUSD then of course you are hedged. However, if you want to close out both positions rather than legging out of them […]