-
Новый раздел /manage/backtests
Пока только табличное представление по сущности backtests аналогично /manage/robots
-
I'm hoping someone can help me out getting a backtest scenario going. I've read #59 and looked at docs from the linked forks but I'm still a bit lost.
I'm running Tribeca through the compiled JS fi…
CCKRK updated
6 years ago
-
This would make switching between backtesting and live trading super simple.
To be more clear: the feature is this:
A `BacktestingExchange` that implements the `Exchange` interface which can be gi…
-
Backtesting
loading env just like training
env = trading_env.make(env_id='backtest_v1', obs_data_len=1024, step_len=512,
df=df, fee=0.1, max_position=5, deal_col_name='Price'…
-
Super robot, rozjel jsem si mmbota na ETH, zajímá mne backtest.
Importoval jsem si data, co jsou k disposici u Vás na webu za rok 2018 na binance. Hraju si s různými strategiemi a koukám na grafy a z…
-
**Describe the feature you are requesting and how it would benefit the performance or user flow**
Testing complete compatibility with GB backtesting. Once complete this removes dependancies so TV ind…
-
Backtest our portfolio or composite against its buy and hold and popular composites like the S&P.
-
### Expected Behavior
I want to backtest asset allocation strategies consisting of multiple assets such as HAA, VAA, BAA, ...
### Actual Behavior
I seems like only supports backtesting individu…
-
## 🐛 Bug Description
## To Reproduce
Steps to reproduce the behavior:
```
index 4943 is out of bounds for axis 0 with size 4943
File "C:\Git\qlib\qlib\backtest\utils.py", line 131, in…
XYUU updated
3 months ago
-
Strategy uses Pandas DataFrame rows or numpy arrays, Predictors uses lists/tensors. We need to write code that converts pandas rows into something the predictor can use. This can also be done by incor…