Testing the ea hour by hour
-
Do you have any ideas how I could test my ea's efficiency on each hour of the day, e.g. 11-12, 12-13, 13-14 o'clock and so on, rather than just setting an hours filter to it and manually changing the hours each time?
-
Optimize the EA? If it is one parameter, or few of them, use these checkboxes to make that parameter input parameter for the EA: http://prntscr.com/3ysxd6
Otherwise you can create Constants, which are also input parameters, and use one Constant in multiple blocks, and optimize the EA on it.