Code: Select all
Print(File("Mypass"),Date,Time,Open,High,Low,Close );
When applying this script to the euro doll, the OHLC becomes like 1.10, 1.10, 1.10, and so on.
Is there a way to read the number of decimal places for each symbol and output it to a file?
Thanks.