-
I m trying to run the example from your instructions. I am getting the error:
`ImportError: No module named 'backtester'`
Kindly, let me know what is the cause of this?
-
We have the following scenario:
Account type: CASH
Balances 1_000_000 USDT / 10 BTC account_type = CASH
Actions:
1) short 5 BTC with limit order
2) buy back 5 BTC with limit order
Resulti…
-
## the code
`import chinese_calendar`
## the error message
`Import "chinese_calendar" could not be resolved`
## environment
VScode 1.61.2
Pylance v2021.11.0
Python 3.8.8
pip 21.0.1
chine…
-
**Is your feature request related to a problem? Please describe.**
A clearer representation of backtest, holdout prediction.
**Describe the solution you'd like**
1. Allow option of line/points pl…
-
Hi Federico,
I am new to Python, and I am trying the second example , Simulate a Trading Strategy , and I am getting the following Error:
Traceback (most recent call last):
File "stock6.py", …
-
## my question
I'm trying to test the demo, but someting got wrong.
I've already open the dll load, and move the `Pytrader_MT5_EA_V2.08.ex5` to script folder, set the params, and click the start,…
-
Hi there - please could you advise as to how I can gain access to the "Full Version".
Absolutely loving the backtester, so great work, but have a C1 that requires me to test a 1 level cross
-
## 环境
* 操作系统: 如Windows 10
* Python版本: 如Python 3.7.11
* vn.py版本: v2.7.0-git源码安装
## Issue类型
Bug
## 预期程序行为
engine.main_engine.get_position('IF2112.CFFEX.Direction.LONG')
## 实际程序行为
engine.m…
-
**Describe the feature**
Allow users to specify the date range of backtesting data. This is useful not only for users, but also for testing purposes, in order to limit the amount of data downloaded. …
-
Hi there,
When running some of the code from the backtesting section of the tutorials as seen below,
`params = ARIMAParams(p=2, d=1, q=1)
ALL_ERRORS = ['mape', 'smape', 'mae', 'mase', 'mse', 'r…