-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hello
When im creating SmartTrade and using: BuyMethod = SimpleTradeMethod.Limit
buy order created by this trade in Source column has text like: "Not linked to 3commas"
in other case when im using BuyMethod = SimpleTradeMethod.Market
it has text like "SmartTrade ID: XXXXX".
Somehow limit orders that was created by "CreateSmartTradeAsync" programmatically isn't connected to trades that created them. But if you make any smarttrades manually their orders always connected with smartrades ID's normaly
And general problem is that orders not linked with trades could'nt be updated by "UpdateSmartTrade" method
That's a bug or here exists some special info about "CreateSmartTradeAsync" usage to prevent emerging of not linked orders?
Thank you for any advice.