
An explanation of how to use OnChartEvent with examples, including some events that normally do not fire and custom events.

Part 2 in a series on writing indicators beginning with the basics. This part covers creating an indicator that alternates colours with the trend.

Part 2 in a series on writing indicators beginning with the basics. This part covers creating an indicator that alternates colours with the trend.

This is something I use all the time and I give a quick explanation in other videos but don't cover the topic completely.

These are introductory tutorials on writing an indicator for MT4 and MT5. In this case the indicator is the ATR channel

There are times when you may want to track a trade through various events. The obvious example is finding the remaining trade after a partial close but you may also need to track a pending order through to the position after execution.

From requests over a long time this expert will track your account equity and close all trades and orders when a specified target profit or loss limit is reached.

This covers code to both create Fibonacci objects on screen including a technique for finding swing high and low and also reading back data from on chart Fibonacci objects.

This is a simple expert advisor from one of our requests. There are no indicator inputs, trades are entered based on trailing the entry price from the current price.

Sending text to Telegram is not too difficult but sending an image is a very different technique. This topic covers both.