Archives

Posts Tagged ‘coding’

Let’s consider a task of improving an indicator, which is applied to values of another indicator. In this article we’ll continue to work with True Strength Index (TSI), which was created and considered in the previous article “MQL5: Create Your Own Indicator“. . Custom Indicator Based on Other Indicator’s Values When writing an indicator that [...]

Read more about Applying One Indicator to Another – MetaTrader 5 and view this post/page in full.

Feb 11th, 2010 | Filed under MetaTrader 5

The MQL programming opens new opportunities for the automated trading, many people all over the world already have appreciated it. When we are writing an Expert Advisor for trading, we must be sure that it will work correctly. Many newbies often have some questions when the results of some mathematical calculations differ from those expected. [...]

Read more about Working with Doubles in MQL4 and view this post/page in full.

Nov 11th, 2009 | Filed under MetaTrader 4

The main difference between MQL4 and MQL5 is the appearance of the object oriented programming. So you can start learning MQL4 now, because: If You know MQL4 the only thing in MQL5 to change in your programs will be names of a couple of start() init() deinit() functions; If you know MQL4 the transition to [...]

Read more about Learning programming for the Metatrader 5 and view this post/page in full.

Oct 28th, 2009 | Filed under MetaTrader 5