issues Search Results · repo:fmzquant/backtest_python language:Python
Filter by
0 results
(71 ms)0 results
infmzquant/backtest_python (press backspace or delete to remove)1 image
10 image
15 image
16 image
回测中不能用 AttributeError: Oo0OoO00oOO0o object has no attribute GetRawJSON
QGB
- 3
- Opened on Jan 31, 2023
- #14
QGB
- 1
- Opened on Jan 16, 2023
- #13
我要在本地获取参数,args: [[ _Count ,1],[ _ContractNum ,400],[ _Profit :1]] 要怎么获取呢?
pobc
- 1
- Opened on Mar 18, 2021
- #12
把原来的json_loads function改为如下即可。 def json_loads(s): if s.decode( utf-8 ) == : return {} if isPython3: return
json.loads(s.decode( utf-8 )) return json.loads(s)
yufin
- 1
- Opened on Oct 3, 2020
- #10
https://github.com/fmzquant/backtest_python/blob/23b3b8e66a12a6a7a5fed548ade5507802c9c3e2/fmz.py#L1335
flake8 can help
fmz.py:1335:19: F821 undefined name s
femtotrader
- 2
- Opened on Jul 13, 2019
- #8
Must we use it within fmz.com s strategy page? Or can we use it in our custom no-dependency engine?
xenide
- Opened on May 26, 2019
- #6
调dll中的函数 getRecors() 就会报错 ret = self.lib.api_Exchange_GetRecords(self.ctx, self.idx, ctypes.c_long(period),
ctypes.byref(r_len), ctypes.byref(buf_ptr))
返回 -2、 难道又与 python2.7有关系。 能否支持3.6?
flemington
- 1
- Opened on May 2, 2018
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.