Risk Based Size and Stop Loss
Converting risk to points and setting stop loss as percentage of equity.
Risk Based Size and Stop Loss Read More »
Converting risk to points and setting stop loss as percentage of equity.
Risk Based Size and Stop Loss Read More »
Combine 2 exponential moving averages as a trend filter and fractals to set breakout levels
When you have a position showing a profit you may want to add more trades to the position. The question is how to check that all of your existing trades have reached a minimum profit level before opening a new trade.
Scale Into a Winning Position Read More »
How do you prevent your EA from placing trades too soon after each other but still allow other functions like trailing stop and closing to go ahead
Add a Delay Between Trades Read More »
In this video I show how to write an expert combining Stochastic as a trigger and Heiken Ashi candles as a trend reversal confirmation
Heiken Ashi Stochastic Expert Read More »
The Bollinger Squeeze Strategy is a technical analysis trading strategy that attempts to exploit the squeeze that occurs when volatility tightens and the bands contract.
Bollinger Squeeze Robot Read More »
This is a starter expert for the ichimoku cloud using only the Senkou Span A and Senkou Span B lines. The strategy uses a basic assumption that when price enters the cloud it will generally cross to the other side. The expert here uses the Orchard Framework 3, specifically 3.02 https://youtu.be/Uf5_CkeVbdU The expert shows how
Ichimoku Cloud Expert Read More »
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 »
Starting 2022 with a new Framework. Framework 3 is still in early stages but will grow as new features are needed.
Starting 2022 with a new framework – Framework 3 Read More »
This is the classic MACD crossover strategy with the combined moving average trend filter. Use the tutorial as the basis for building your own trading robot. This video uses classes developed in my earlier video “Use Common Classes to Write MQL4 and MQL5 Experts”. The key functions used are shown below, the video will explain
MACD EMA Expert for MT4 and MT5 Read More »