You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently found out about sim_exchange.py
I built something similar in python in my strategy to evaluate performance during a strategy run ( over multiple ticks ) even when not running with --execute, but it looks like sim_exchange could be used for that exact purpose, maybe via a --simulate option ?
I believe sim_exchange.py is not documented yet but should be.
The text was updated successfully, but these errors were encountered:
Could you say more about what you're trying to accomplish?
SimExchange hasn't been used in some time, so it's not really a documentation issue so much as a rehabilitation issue. But it could definitely be used as some inspiration. I'd just have to first understand what your goals are, and then we can make a feature request.
I recently found out about
sim_exchange.py
I built something similar in python in my strategy to evaluate performance during a strategy run ( over multiple ticks ) even when not running with
--execute
, but it looks like sim_exchange could be used for that exact purpose, maybe via a--simulate
option ?I believe
sim_exchange.py
is not documented yet but should be.The text was updated successfully, but these errors were encountered: