
Been building a backtesting tool to solve my own trading problem. Looking for people to poke holes in it.
Context: I trade crypto, specifically leveraged futures. And I kept running into the same frustrating loop.
I'd have a read on the market, enter a trade feeling confident, get stopped out. Then two weeks later the thing I expected to happen would play out exactly as I thought. Just without me in it.
The question I couldn't answer: was my actual analysis right, but my timing was off? Or was I just getting lucky with pattern recognition and fooling myself?
The tools that exist for this are built for stock traders (they don't handle crypto-specific data like open interest, funding rates, or liquidation levels), or they require you to write code, which I don't want to do every time I have a trading idea. I just wanted something simple: "has this setup worked historically, and tell me when it's happening again."
So I built it. Called it Stingray (stingray DOT fi). You describe your entry conditions, run them against historical data, see what would have happened. Then set an alert so your phone pings when those conditions are live again. No code required.
Classic "scratch your own itch" project. I've been using it for a few months and it's genuinely changed how I approach entries. But I've been too deep in building it to know what's confusing to a fresh set of eyes, what's missing, or what's just broken in ways I've stopped noticing.
Looking for people willing to actually use it and tell me the honest version of good or bad!