Two Channel Trading Strategy
Simple trading strategy using 2 Donchian channels
Writing a Metatrader 5 Indicator step by step
Tutorial on writing a Metatrader 5 indicator
Linear Regression Pullback Forex Strategy
Use a simple indicator to identify trends and trade on pullbacks
Moving Average Cross – All In One Indicator
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…
Synchronise multiple MT5/4 charts with the same symbol
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…
Comparing prices in Metatrader – How to handle buy and sell pricing
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
MT4 Programming – Creating an EA in 10 minutes
Use common techniques to write an EA in 10 minutes
Strategy Review – Tim’s Moving Average Cross
Today I am reviewing a trading strategy. The author calls this one “Tim’s Moving Average Cross” You can find the author’s description of the strategy here This strategy isn’t what you would normally expect from a moving average cross. It uses the moving averages as a trend filter and trades…
Open multiple Metatrader accounts at the same time
Running multiple trading accounts can be difficult, even more so when you can only have one open at a time in Metatrader. This video will explain techniques we use to open multiple accounts at the same time. Creating multiple Metatrader installations doesn’t require running the installer, and this technique can…
Using iBarShift on different symbols and timeframes
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.