Devlog 09
hello :D.
With the bridge now running, I built out the full app.py dashboard to test all the ui features, strategies, and visual analytics like the graphs. Its currently all in a singular file before I split it into seperate components.
All the Streamlit app does is gather parameters from the sidebar, send them to CortexBridge, and create a render of the returned metrics/payload.
What I’ve added to the dashboard:
- Full strategy support (choose from dropdown in sidebar)
- Date range controls & friction inputs: added execution start/end date selectors + interactive sliders for initial capital, commission fees, and slippage %
- Chart shows equity curve performance
- Downloadable CSV exports for trade logs and JSON backtest reports
What’s next?
The dashboard logic is complete, next up is to modularize it into different components. I will most likely also be adding a custom strategy building system soon.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.