Introducing my new Expert Advisor Beatrix Inventor, Beatrix Inventor EA uses the concept of following trends in conducting market analysis. Analyzing market trends with the main indicators Bollinger Band and Mo
Introducing my new Expert Advisor Beatrix Inventor, Beatrix Inventor EA uses the concept of following trends in conducting market analysis. Analyzing market trends with the main indicators Bollinger Band and Moving Average, when entering transactions, this EA also considers the Orderblock zone which mak...
At the same time, transition to the new language did not require much effort from traders allowing MQL4 to gain world leadership in terms of the amount of developed indicators and trading robots. Let us congratulate you on your excellent choice and offer you a brief tour on the MQL5 fifth...
We are Python, MQL5 and MQL4 specialists who create efficient and robust indicators and Algorithmic trading systems, giving us a mathematical, emotional and logical edge in the market. We have hosted live training sessions in many areas across Africa and we hope that you will find value in wh...
At the same time, transition to the new language did not require much effort from traders allowing MQL4 to gain world leadership in terms of the amount of developed indicators and trading robots. Let us congratulate you on your excellent choice and offer you a brief tour on the MQL5 fifth ...
power over a period, removing the main disadvantage of the original Bear/Bull Power indicators — the lack of a long-term perspective. The original MetaTrader 4 version of Total Power Indicator was created by Daniel Fernandez of Asirikuy.com in 2011. The version for MT5 is now also ...
In this new article from our series, we will learn about a new technical tool that can be used in our favor to enhance our trading. We learn about the Bull's Power indicator which is one of the technical indicators that can be used to give us insights into bulls measurement ...
An essential problem in preparing data to training neural networks designed for trading, is related the preparation of the necessary input data. For example, consider the case when we use a dozen indicators. These indicators may represent a set of several informative charts. If we calcu...
Check out the new article: Build Self Optimizing Expert Advisors in MQL5 (Part 7): Trading With Multiple Periods At Once . In this series of articles, we have considered multiple different ways of identifying the best period to use our technical indicators with. Today, we shall demonstrate to...
//--- indicators SetIndexStyle(0,DRAW_LINE); SetIndexBuffer(0,fastATR); SetIndexLabel(0,"fastATR"); SetIndexStyle(1,DRAW_LINE); SetIndexBuffer(1,slowATR); SetIndexLabel(1,"slowATR"); SetIndexStyle(2,DRAW_LINE); SetIndexBuffer(2,multipliedATR); Set...