diff --git a/README.md b/README.md index 1d48e1d8..a6cdb449 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,11 @@ python -m quant_research_starter.cli compute-factors -d data_sample/sample_price # run a backtest python -m quant_research_starter.cli backtest -d data_sample/sample_prices.csv -s output/factors.csv -o output/backtest_results.json -# optional: start the Streamlit dashboard +# DISCLAIMER: OLD VERSION +# optional: start the Streamlit dashboard, if on main stream streamlit run src/quant_research_starter/dashboard/streamlit_app.py +# NEW VERSION: if streamlit is in legacy folder +streamlit run legacy/streamlit/streamlit_app.py ``` --- diff --git a/src/quant_research_starter/frontend/cauweb/index.html b/src/quant_research_starter/frontend/cauweb/index.html new file mode 100644 index 00000000..1f8fbb75 --- /dev/null +++ b/src/quant_research_starter/frontend/cauweb/index.html @@ -0,0 +1,403 @@ + + +
+ + + +No chart data available
+Test and optimize your trading strategies with advanced analytics
+Configure your backtest parameters
++ {backtestResults ? 'Strategy performance analysis' : 'Configure and run backtest to see results'} +
+Simulating trades and calculating performance metrics...
+{metric.description}
+Configure your strategy parameters and run a backtest to see performance analytics
+Welcome to your quantitative research workspace
+Deep dive into portfolio performance and risk
+Explore and analyze alpha factors
+{factor.description}
+ +Configure your research environment
+