Replies: 2 comments 2 replies
-
Spread costs are stored in the MongoDB spread_costs collection. They can be imported from this file, using this script. Commissions are here, in the PerBlock column. They are read directly from the file, so just update the file and you're done. Additional info:
|
Beta Was this translation helpful? Give feedback.
-
Thank you. Follow up question- Thanks for your time and expertise. |
Beta Was this translation helpful? Give feedback.
-
For backtesting, where does pysystemtrade come up with slippage values? Are these assignable/editable?
I want to see how sensitive my system is to changes in slippage but it isn't obvious to me how to do this.
Alternatively, can you set a specific value for commission? That could also use to determine the effects of transaction costs.
Can this be set using yaml file? Set individually or for all of the instruments?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions