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
If we can support stateless state serialisation and de-seriliazation we would like to have trade operations support.
Functionality should be inline with the following:
trade=self.get_trade(order_id=order.id)
# Take profit based on percentage growth numbertrade.add_take_profit(TakeProfit(percentage_growth=20, percentage_amount=20))
# Take profit based on absolute growth numbertrade.add_take_profit(TakeProfit(growth=20, amount=20))
The text was updated successfully, but these errors were encountered:
If we can support stateless state serialisation and de-seriliazation we would like to have trade operations support.
Functionality should be inline with the following:
The text was updated successfully, but these errors were encountered: