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
Currently using /close_market will simply calculate pnl and display the output... That's it
It would be nice if the market is actually "closed" i.e. you can't trade on it anymore.
For now it may be ok to simply delete the market from the market dict after closing, but what if we want to look back at previous markets? - This is likely a future issue with storing trade history
The text was updated successfully, but these errors were encountered:
Currently using /close_market will simply calculate pnl and display the output... That's it
It would be nice if the market is actually "closed" i.e. you can't trade on it anymore.
For now it may be ok to simply delete the market from the market dict after closing, but what if we want to look back at previous markets? - This is likely a future issue with storing trade history
The text was updated successfully, but these errors were encountered: