Forum

DayTrader

Is profit 20Pips per day possible?

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

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 result : 16 : 12 : 37 test EURUSD,H1: 5 16 : 12 : 37 test EURUSD,H1: 1.4003