This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| According to the official /swap/v2/trade/order documentation, takeProfit and stopLoss are valid optional parameters for TRIGGER_MARKET orders. My requests include these correctly formatted JSON strings, and the initial NEW status response confirms they are received. | |
| However, we are observing critical data persistence issues: | |
| 1. SL/TP Stripping | |
| The takeProfit and stopLoss data disappears (returns 0) once the order transitions from NEW to FILLED. | |
| 2. Trigger Linkage Failure |