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
For a USD/BTC pair, when the side is sell, quantity is measured in BTC. However, or size < self.min_order_pct * portfolio.net_worth \ is comparing BTC against USD. Is this potentially a bug?
What is the purpose of this condition?
Many thanks!
The text was updated successfully, but these errors were encountered:
This part of logic is potentially a bug:
tensortrade/tensortrade/env/default/actions.py
Lines 261 to 266 in cc6bd19
For a USD/BTC pair, when the side is sell, quantity is measured in BTC. However,
or size < self.min_order_pct * portfolio.net_worth \
is comparing BTC against USD. Is this potentially a bug?What is the purpose of this condition?
Many thanks!
The text was updated successfully, but these errors were encountered: