New Article 'Transferring an Indicator Code into an Expert Advisor Code. Indicator Structure'

 

Transferring an Indicator Code into an Expert Advisor Code. Indicator Structure

This article dwells on the ways of transferring an indicator code into an Expert Advisor Code and on writing Expert Advisors with no calling to custom indicators, and with the whole program code for the calculation of necessary indicator values inside the Expert Advisor. This article gives a general scheme of an indicator structure, emulation of indicator buffers in an Expert Advisor and substitution of the function IndicatorCounted(). The article is intended for readers, already having experience of programming in MQL4 language.
Author: Nikolay Kositsin
 
This is what I was looking for. If you publish this article 2 months ago, I don't have to spend more than a week in headache to get my EA works. :)
Reason: