Good morning
I would be very grateful to anyone of you who could help me evaluate my results below.
background: I am a veteran manual trader (28 years) -- but i am new to automated trading. I have spent last couple years trying to automate what I do, the last 7 months doing nothing else (all my trading in last 7 months has been through my programmed subroutines). I am producing promising results, but I don't know how to judge these results against industry standards. we all know what constitutes good trading results in bonds or stocks, but what constitutes good results in auto?
are my results good?
are they... too good? (maybe i need to look for an error?)
outline of project:
1) i trade only S+P 500- stocks. at the moment long only, though i hope to add a short element in the future.
2) at this point I initiate trade manually and the subroutines work the position and exit automatically on signal. it is perfectly possible to program the initiation so that it becomes 100% automated (runs itself) but doing this will require a lot of work from me (i am a beginner coder), so I would like to know whether I am not completely offbase here.
3) trade initiation is based on conditions which have been backtested on the 2010-2019 period.
4) results since April 2 are:
number trades: 240 (average of 32 trades per month)
average duration of a trade: 13.45 days
average number of open positions: 33
average return: 2.6%
average winning trade: 3.3%
average losing trade: -0.53%
% winning trades: 93% (?!?!?!)
portfolio return since April 2: 39.54% (! SPY 27.64%)
turnover: ~130% PER MONTH
and now the killer: this is how my method worked during the September correction:
program SPY
09/02/21 1.0000 1.0000
09/09/21 0.9986 0.9907
09/16/21 0.9920 0.9867
09/23/21 0.9802 0.9779
09/30/21 0.9733 0.9469
10/07/21 0.9984 0.9679
10/14/21 0.9961 0.9764
10/21/21 1.0340 1.0009
10/28/21 1.0080 1.0113
11/04/21 1.0136 1.0303
11/11/21 1.0604 1.0311
and the chart (blue is method, orange is SPY):
By 9/30 SPY was down -5.3% and i was down -2.63%. Sharpe Ratio seems to be something stupid like 16+.
where am i going wrong?