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
Adding the possibility to label trades would increase the possibility to document trades in an easier way for taxation.
In my case one finished trade consists out of three unique orders. Giving all of them the same ID would allow me to connect all three orders in a simple way. Especially when they aren't processed at the same time.
The text was updated successfully, but these errors were encountered:
It's very important to be able to give your own ID to orders. Otherwise, it is hard to track orders.
It's also potentially dangerous, because order_id (assigned by Nash) can be lost, before it is saved to DB. Imagine, that after placing an order there was some DB connection error. Then order is then completely lost, because system does not know its ID.
Adding the possibility to label trades would increase the possibility to document trades in an easier way for taxation.
In my case one finished trade consists out of three unique orders. Giving all of them the same ID would allow me to connect all three orders in a simple way. Especially when they aren't processed at the same time.
The text was updated successfully, but these errors were encountered: