From a205076131b340c3261e3aab83d261b41accc8eb Mon Sep 17 00:00:00 2001 From: dwker Date: Sat, 31 Aug 2024 12:38:44 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e5b876..17351be 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ there are `SINGLE` and `MULTI` version - `SINGLE` - just straight one pass meaning fetching data (local/remote), the data cleaning(only main session, no extended market) indicators and entry-points (in given time window) and backtest with SINGLE parameter values and strategy result. Used for basic strategy research. - `MULTI` - basic strategy pass taken from step above but with hyperparameters testing, result for each strategy for each parameter combination in vbt portfolio dataset. To evaluate performance of each(best) parameter combination, maybe display as parallel coordinates plot. -I can imagine it can be used to create MVP (not sure about notebooks as they become clumsy with lots of data), hyperparameter testing should be refactored, walk forward optimization and cross validation should be added. +I can imagine it can be used to create MVP (not sure about notebook format as it becomes clumsy with lots of data), hyperparameter testing should be refactored, walk forward optimization and cross validation should be added. Maybe start exploration with `/research/strat_ORDER_IMBALANCE/v2_single.ipynb`