Dynamic stop loss order - Hours in status=New

Hi all,

I´m oppening a trailing stop order in paper account (I presume no need to send an order opening the position previousy). But the order when is received by Alpaca keeps in “New” not being processed by hours.

Am I using properly Orders API? is normal behaviour? For intra day operations is not acceptable in productive environment, if is something that happends some times in paper is fine (just my testing can be impacted)

This is the input example:

{“symbol”: “NCLH”, “qty”: 1485, “side”: “buy”, “type”: “trailing_stop”, “trail_percent”: 1.0, “time_in_force”: “day”}

this is another example of how long took yesterday an order to be submitted and filled:

Created At

2023-06-14T14:20:25.041462Z

Submitted At

2023-06-14T16:39:09.507188Z

Any help or guidance?