erzo
erzo
Friends

Add friends via their profile or user search and you will be able to see if they are online

erzo
Registered at MQL5.community
erzo
Added topic Here is a code snippet for Random Seed initialisation from milliseconds or cpu clock counter
Hi All, I found that at terminal starting, all Random calls from different places starts with the same sequence of pseudo-random numbers. Even after MathSrand(TimeLocal()) call, because TimeLocal() gives the same second at terminal start. Here is a
erzo
Added topic History file reading problem
Hello, I want to use History file to manipulate candle data, write it to a History file, and after that use in technical indicators , from script/ea. The History file writing is Ok, but the system does not want to read and synchronize data