Order of parameters in function for trading?

1 View
Evgeniy Dmitriev Lived in Omsk
Answered 3 months, 2 weeks ago
<p>In trading function parameters, the order can vary depending on the context, but generally, parameters related to the core order details (like asset, quantity, and price) are often placed first, followed by optional or time-in-force parameters. For example, when using a function to place a trade, you might expect the asset symbol, quantity, and order type (e.g., market, limit) to be the initial parameters, followed by things like a stop-loss price or take-profit price.&nbsp;</p>