Skip to content

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)

没看到定义exchange的地方,但初始化VCtx之后 exchange变量就能用了
  • zunko1
  • 1
  • Opened 
    on Dec 17, 2023
  • #15

1 image 10 image 15 image 16 image 回测中不能用 AttributeError: Oo0OoO00oOO0o object has no attribute GetRawJSON
  • QGB
  • 3
  • Opened 
    on Jan 31, 2023
  • #14

我要在本地获取参数,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

是否只支持模拟级别回测不支持实盘级别回测?
  • failable
  • 1
  • Opened 
    on Dec 25, 2018
  • #5

调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

能否添加几个示例
  • yhfwww
  • 1
  • Opened 
    on Apr 24, 2018
  • #2
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub