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
The way things stand, TuringTrader does not have trailing stop orders. TuringTrader's orders are only valid for a single bar, so you could mimic the behavior by issuing a new and adjusted stop order on each bar.
This is not exactly the same as a trailing stop that adjusts intra bar. Because TuringTrader mainly operates on daily OHLCV bars, one would need to make a lot of assumptions regarding the path the stock price took over the course of the day. It is unclear to me which assumptions we could make that would satisfy the majority of users.
You can find the relevant code for order execution here:
Did a quick grep, but didn't find Trailing stop orders.
Just wondering can this be added?
Thanks.
The text was updated successfully, but these errors were encountered: