Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
Demo_FileReadDouble - indicator for MetaTrader 5
- Views:
- 4380
- Rating:
- Published:
- 2013.04.10 13:09
- Updated:
- 2016.11.22 07:32
- Need a robot or indicator based on this code? Order it on Freelance Go to 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.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/1630
Demo_FileWriteDouble
The script demonstrates the example of using the FileWriteDouble() function
Demo_FileReadDatetimeThe indicator demonstrates the example of using the FileReadDatetime() function
Demo_FileSize
The script demonstrates the example of using the FileSize() function
Demo_FileTellThe script demonstrates the example of using the FileTell() function