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
when i configure a short bot (lets say: BTCBUSD), set the profit curreny to Base (BTC) then I would expect the final_profit in the DealsAPI to return the profit in BTC. However it is returned in BUSD.
I have a compound script running to compound the profit back into the bot, so short on BTC, profit in BTC, add BTC profit to next deal in order to compound. Unfortunately this does not work if the final_profit is not returned in the configured currency (being Base --> BTC).
Is this a bug in the API or do I need to configure the bot differently?
The text was updated successfully, but these errors were encountered:
when i configure a short bot (lets say: BTCBUSD), set the profit curreny to Base (BTC) then I would expect the final_profit in the DealsAPI to return the profit in BTC. However it is returned in BUSD.
I have a compound script running to compound the profit back into the bot, so short on BTC, profit in BTC, add BTC profit to next deal in order to compound. Unfortunately this does not work if the final_profit is not returned in the configured currency (being Base --> BTC).
Is this a bug in the API or do I need to configure the bot differently?
The text was updated successfully, but these errors were encountered: