Expert Trading

Grid Trading Expert for MQL4/MQL5 using Orchard Framework 3

This is my first tutorial on writing a grid trading expert. Caution – grid trading can lead to very large drawdowns. It is high risk. This covers the standard buy/sell at each level grid. It is a foundation for other grid trading tutorials to come. The expert here uses the Orchard Framework 3, which I …

Grid Trading Expert for MQL4/MQL5 using Orchard Framework 3 Read More »

Use Common Classes to Write MQL4 and MQL5 Experts

When I make videos about writing experts or indicators I usually make them for both MQL4 and MQL5. This naturally leads to some code that has to be conditional due to the differences. The conditional code that bothers me most is the difference in the way technical indicators are handled and I think dealing with …

Use Common Classes to Write MQL4 and MQL5 Experts Read More »

Using Custom Indicator Chart Objects in an Expert

I have covered using iCustom to make custom indicator information available in your EA several times but there is one question that keeps appearing. If you have an indicator that actually draws signals on screen, like buy and sell arrows, how can you use that information in an EA? It’s difficult because these indicators often …

Using Custom Indicator Chart Objects in an Expert Read More »

Scroll to Top