-
Traceback (most recent call last):
File "main.py", line 214, in
trader = SMABacktest(instrument, start, end, smas, smal, granularity, trading_cost)
File "/root/FXBot/backtesting/SMABacktes…
-
`backtest.plot() ` is not working
I am getting below error.
```
Traceback (most recent call last):
File "D:\trading\angel_py\btpy_eg.py", line 85, in
backtest.plot()
File "D:\Apps\Sco…
-
**Is your feature request related to a problem? Please describe.**
Allow non-technical people (non-coders) to `backtest` their library. Imagine a person who feels opening a terminal feels like hacki…
-
because each month is 30 days and a year is 365 days there is some slight mismatch in data
-
### Discussed in https://github.com/kernc/backtesting.py/discussions/771
Originally posted by **traderblakeq** October 8, 2022
Hi, - I would like to calculate a indicator, based on previous "…
-
17:30:06 策略初始化完成
17:30:06 策略回测失败,触发异常:
Traceback (most recent call last):
File "D:\Anaconda\envs\vnpy\lib\site-packages\howtrader\app\cta_backtester\engine.py", line 161, in run_backtesting
…
-
In our last meeting, @tsorro detailed 4 feature requests for the Trading Strategy backtesting solution:
- [ ] Data restructuring
- [ ] Remove top + bottom 5% of positions
- [ ] Training + Testing…
-
**Describe the bug**
Result of refactoring for backtesting compatibility created an issue that does not recognised margin strats. This leads to sidebar data not showing correctly
-
In method [process_pending_orders](https://github.com/Lumiwealth/lumibot/blob/95373aad643392a2a0c722f5ee77c299ee03d683/lumibot/backtesting/backtesting_broker.py#L515) we should check if cash is enough…
Canx updated
6 months ago
-
The example in crypto_important_functions.py does not work. I didnt find a working example and the documentation for get_historical_prices() and get_historical_prices_for_assets() is outdated. thanks