Unisciti alla nostra fan page
Stat - script per MetaTrader 5
- Visualizzazioni:
- 4381
- Valutazioni:
- Pubblicato:
- 2017.01.18 09:02
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The script displays the brief statistics for trading on the instrument over the specified period - the number of deals, profit, profit factor.
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/11723
The script switches all opened charts at a certain interval. It is also possible to display only the charts of certain symbols.
BoDiThe Standard Deviation indicator implemented in the form of a color histogram.
Class for exchanging data between programs. It allows to pass structures of arbitrary size via the global variables of the terminal from one program to another.
Trade on TimerSimple code that illustrates trading based on the OnTimer event. When the timer triggers, the robot alternately performs buy and sell deals with fixed stop loss and take profit values.