MQL4 Object Oriented Development Part 2
Part 2 of the series on Object Oriented programming for MQL4.
MQL4 Object Oriented Development Part 2 Read More »
Part 2 of the series on Object Oriented programming for MQL4.
MQL4 Object Oriented Development Part 2 Read More »
First part of development using classes using custom indicators
Metatrader Development with Classes Read More »
Simple trading strategy using 2 Donchian channels
Two Channel Trading Strategy Read More »
Tutorial on writing a Metatrader 5 indicator
Writing a Metatrader 5 Indicator step by step Read More »
Use a simple indicator to identify trends and trade on pullbacks
Linear Regression Pullback Forex Strategy Read More »
Recently I recorded an article reviewing a strategy called Tim’s Moving Average Cross. In the video I showed results of backtesting of the strategy. Since then we have received some requests here at Orchard Forex asking if an EA was used for the backtesting and if the EA is available to download. I did create
Moving Average Cross – All In One Indicator Read More »
If you’re trend trading you should be comparing trends on the higher timeframes. Reviewing multiple timeframes and multiple currencies in Metatrader can be difficult. Synchronise Metatrader charts with the same symbol This video shows you an indicator that I use to synchronise multiple charts to the same currency and an alternate method in case the
Synchronise multiple MT5/4 charts with the same symbol Read More »
Developing experts or indicators that use comparative or relative pricing involves frequent tests for trade direction. These techniques will help to make the coding seamless. Use the button below to download the functions shown in the video. GitHub: https://github.com/OrchardForexTutorials/200203_comparing_buy_and_sell_prices_-_revisit
Comparing prices in Metatrader – How to handle buy and sell pricing Read More »
Using iBarShift on symbol or timeframe that is not on a currently loaded chart can give unexpected results. This article explains why and how to work around the problem.
Using iBarShift on different symbols and timeframes Read More »