Unisciti alla nostra fan page
- Visualizzazioni:
- 5051
- Valutazioni:
- Pubblicato:
- 2022.02.13 16:00
- Aggiornato:
- 2022.02.13 16:03
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Simple moving average is calculated by adding prices for last n periods and then dividing that sum by the period. This addition is often done with help of a loop. This loop within a loop implementation is okay for single instances but as the algorithms grow and multiple calculations need to be made, it can cost time and cause latency. Even the finest examples I have seen on code base use loop initially.
In this version, I am proposing a loop less method for calculating the Simple moving average.

Rates Version of a script https://www.mql5.com/en/code/30791

Add High and Low lines based on number of previous bars defined in input field

Set Trailing Stop only when profit

Shows Last Price, Daily % Change, Symbol name, Countdown or Time left on closing and Time on chat