Hi,
i have developed two trading strategies: TSFDC and BA
i used a rolling window approach. here is the profits obtained by the strategies:
TSFDC BA
Jan 2015 6.02 5.18
Feb 2015 4.31 4.55
Mar 2015 -2.54 -1.0
....
....
July 2015 4.2 6.3
a total of 7 rolling windows (7 months). i need to find out whether one strategy is better than the other.
i believe that my data is: Metrics (not categorical), unpaired, non-parametrics.
i checked many tests, and found that "Mann–Whitney_U_test" is a good test for this purpose.
may i right? or...
thank you