Is there an existing issue for this?
Current Behavior
Submitting a short sale on a stock with a trailing stop does not work
api.submit_order(
symbol=‘SPY’,
qty=1,
side=‘sell’,
type=‘trailing_stop’,
trail_percent=4.0,
time_in_force=‘day’,
)
Expected Behavior
I expect the order to fill and the trailing stop to be above the current price.
SDK Version I encountered this issue in
v2
Steps To Reproduce
in juptyer notebook on web input and through vscode.
Filled out the Steps to Reproduce section?
Anything else?
no