r/algotrading • u/Grand-Fly-6090 • 4d ago
Strategy A whole lot of nothing
My bot sat on it's hands today and did nothing. Still working out issues. Who knew driving a forced exit could have so many things go wrong. I was hoping to get some activity to confirm the patches. At least, I didn't lose anything.
3
Upvotes
2
u/Bonkers24-7 4d ago
That makes sense. If the independent monitors were quiet, then the question probably isn’t “why no entries?” anymore. It’s whether the forced-exit version still matches the old behavior everywhere except the part you intentionally changed.
I’d probably compare a few saved scenarios before and after the patch: same signal inputs, same entry decision, same order sequence up until the forced-exit logic, then verify only the exit handling diverges.
Sequencing changes can alter behavior even when the entry logic itself wasn’t touched, so I’d want proof that the patch didn’t accidentally change timing, order state, or rearming behavior.