hansukie
hansukie
Friends

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

hansukie
Added topic DayTrader
Is profit 20Pips per day possible?
hansukie
Registered at MQL5.community
hansukie
Added topic Why EA testing only run with 1 hour data? I have set the "use date" to "from 2010.10.27 to 2010.10.28"
My EA is very simple one that just print the minute value when a new minute coming. in the log file, just print logs from 2010.10.27 00.00 to 2010.10.27 00.59. Any web resources or answers are very appreciated
hansukie
Added topic How to get the fifth diget value after the decimal point in EA?
I am using a demo account of the AlpariUK-Demo server, and can see the price like 1.40028 in chart, but when I used the code below in start() method :    Print ( Digits );    Print ( NormalizeDouble (Open[ 0 ], 5 )); got the