Technical Indicator Functions.

 
Is the basic use of "Technical Indicator Functions" in MQL MT5 scripts different than in MQL MT4 ? Let it be iMA() for example ?
 
gkzuay:
Is the basic use of "Technical Indicator Functions" in MQL MT5 scripts different than in MQL MT4 ? Let it be iMA() for example ?

Yes. Are you familiar with one of them? It is basically all about "time series" (buffers) filled with price values and how they are copied and calculated. The principles haven't changed much, the calculation of technical indicators and their combinations stays the same. Just the syntax it is done has changed a bit. But there are lots of examples in the folder MQL5/Indicators/Examples.