Devlog 10
hello :D.
the first version of Cortex is ready to ship.
After I modularized the components, I finished up the strategy builder module and the UI in streamlit. So now you can make your own custom no-code entry and exit rules.
The app is deployed on Render. I’ve bought a domain for it, and linked that up to the Render link.
The current UI takes in whatever rules you set, fixes up the signal logic, and then hands it to the backtester so you get results pretty much instantly.
What I got working for the builder:
- Add, delete, change multi condition rules using basic boolean logic
- Compare indicators against fixed numbers or just evaluate 2 strategies against eachother, eg SMA and EMA
- Calculates indicators ahead of time and edge cases like NaN crashes and random state resets.
What’s next?
README, full runthrough to make sure everything runs smoothly, and then the first ship.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.