Skip to content

Commit

Permalink
fix run_info
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuizi7 committed Oct 31, 2018
1 parent fb22db8 commit 168240f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rqalpha/core/strategy_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, config):
try:
self._matching_type = config.mod.sys_simulation.matching_type
self._slippage = config.mod.sys_simulation.slippage
self._commission_multiplier = config.mod.sys_simulation.commission_multiplier
self._commission_multiplier = config.mod.sys_transaction_cost.commission_multiplier
except:
pass

Expand Down

0 comments on commit 168240f

Please sign in to comment.