Backtest parameters #90
-
I would like to know the parameters used in the backtest for reproducibility and follow-up testing, are they listed anywhere? Or are all the strategy parameters the same (0.0005) except for symbol-specific parameters such as tick_size? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Also, although this may be difficult, would it be possible to provide the data used for backtesting? |
Beta Was this translation helpful? Give feedback.
-
https://github.com/nkaz001/hftbacktest/blob/876d1e3ada7fb16240fae23a2e4fa3118f6368a7/hftbacktest/__init__.py#L177C1-L192C3. Please refer to here. |
Beta Was this translation helpful? Give feedback.
it's the same as gridtrading.ipynb but it used more assets in tickers_256.json. so you're correct. the parameters are the same except for symbol-specific parameters. may the better to find the more optimal parameters using gridsearch.