COmbining Stochastic and MA on Stochastic in an Expert
Answering a quick tips request, how to combine the Stochastic and 2 moving averages on the stochastic into an Expert Advisor. https://youtu.be/evENBhVaMfQ
Answering a quick tips request, how to combine the Stochastic and 2 moving averages on the stochastic into an Expert Advisor. https://youtu.be/evENBhVaMfQ
How to add stop loss and take profit to your EA. This covers simple point based as well as an example using ATR multiples. If you have not seen the…
I've been using a common framework Version 1 in this by request series. The framework is evolving as the series moves along and was never intended to be a commercial…
How to write a Moving Average Cross EA using the EA framework. This is in answer to a subscriber question on how to write a moving average cross EA for…
Following up on a comment asking how to use iMAOnArray in an indicator this video shows how to build a complete working indicator in 10 minutes using iMAOnArray https://youtu.be/i7GPCjmphAI
This part of the MQL By Request series completes the initial framework by adding support for indicators and trade functions. Part 1 built the EA template and the expert class…
The framework started in part 1 is missing 2 critical elements, signals and a trade handler. Part 2 adds the signal base classes to the framework explaining how the framework…
This is the first in a series of articles answering your requests. I'm starting by building a common expert advisor framework to use when answering your questions. Come back for…
As a follow up to an earlier article on using iCustom this article explains iCustom in more detail using more complex examples. While iCustom may not be the most efficient…
If you are trading with a risk management approach then you need to calculate the amount you are prepared to risk and from that the lot size to trade if…