So within the past 3 days I was on a mission to recreate my Reversal Candlestick Strategy I had made for TD Ameritrade API with python to connect to the API and deal with the if statements (Windows MS SQL for selecting the correct orders for something) and then used Windows Task Manager execute the script. I was logging my results with a stop in there, and it seemed great, but when I ran it on here, I quickly realized I may have been wrong about something. Doesn't matter. I used the backbone of the strategy and was working on building a strategy on /ES funny thing is it works better on /NQ.
The thing about this strategy is that I have multiple buy and sell conditions and when I tweak one thing, it significantly tweaks the results of everything else so it is kinda like luck, although my intention behind it is to capture the moves I see, but so many things are effected based on one simple change.
Anyways, I really don't know what are good results, but I know this is better than before because I would get a lot of red sometimes based on the time frame, so I extended my timeframe to capture as much as possible.
I understand the importance of not overfitting, but even so it is not even possible because one little thing effects it so much. The funny things is I was actually trying to get the code to buy on market open without knowing the mechanics of NinjaTrader not allowing that unless you enable Tick Replay and all the query I went through as you can see in my other posts.
My question is are the /NQ results good enough you think? Notice how my stop is at 0.014, which is relatively conservative I believe as this seems to come out to 1.4%. Moving forward, I hope that I can improve /ES and that will translate into /NQ. I can clearly see there needs to be work somehow done on the short side, but again everything is so sensitive. Both either way I want to get that drawdown to at least 30k, $20k - $10k more comfortable for me.
These results don't par with /CL as I find the candlestick behavior must be way different as it intrinsically has a lot more volatility, but I did see an improvement in performance when I increased the stop loss. Nonetheless, I would like to try it on /RTY or stocks, but I haven't tried Russel yet and the stocks don't see to work, which I don't care because I only want to do futures.
/NQ
From,
MatHatter
edit: simply by changing > to >= in a buy I got this for /NQ $363,090
now with changing that in a sell as well

Comment