Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Demo_FileReadDouble - indicatore per MetaTrader 5

Visualizzazioni:
4241
Valutazioni:
(18)
Pubblicato:
2013.04.10 13:09
Aggiornato:
2016.11.22 07:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The indicator reads data of the Moving Average from the binary file and displays them in a separate subwindow. To get the file with data you need preliminary run the Demo_FileWriteDouble script. The indicator is correctly displayed on timeframes that are more or equal to timeframe on which the indicator was calculated.

Demo_FileReadDouble


Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/1630

Demo_FileWriteDouble Demo_FileWriteDouble

The script demonstrates the example of using the FileWriteDouble() function

Demo_FileReadDatetime Demo_FileReadDatetime

The indicator demonstrates the example of using the FileReadDatetime() function

Demo_FileSize Demo_FileSize

The script demonstrates the example of using the FileSize() function

Demo_FileTell Demo_FileTell

The script demonstrates the example of using the FileTell() function