May 2nd, 2026

Reject stale signals for entries and exits

You can now prevent trades from executing if a signal is too old. Configure a maximum age (in seconds) for both entries and exits, and TradersPost will ignore signals that exceed this threshold after any configured delay.

The staleness check uses the webhook time (if provided) or the receive time by default, helping protect against delayed alerts from TradingView or other systems. You can also allow per-signal overrides using rejectAfter in the webhook payload.

This gives you tighter control over execution timing and helps avoid entering or exiting positions based on outdated signals.

Example webhook payload

{
    "ticker": "SPY",
    "action": "buy",
    "orderType": "market",
    "time": "2026-04-23 10:00:00",
    "rejectAfter": 10
}

Improved subscription flow

Subscribing to a strategy is now faster and more intuitive with a streamlined 3-step flow:

  1. Choose Strategy – Select the strategy you want to subscribe to, including shared and published strategies.
  2. Choose Account – Pick the account you want to connect to the strategy.
  3. Confirm – Review your selections and create the subscription.

This updated flow makes it easier to understand what you're connecting and reduces friction when getting started with a new strategy.

Free trial starts on first trade

Free trials now begin when you submit your first trade.

New accounts that are eligible for a free trial will start in a waiting state, so the trial clock does not begin immediately. The trial automatically starts when you submit your first trade.

This ensures your trial time is used while you are actively trading, instead of expiring before you've had a chance to use the platform.

How it works:

  • Trial remains in a waiting state until your first trade
  • Trial starts automatically when you submit your first trade
  • No change if the trial is already started, paused, or the account is on a paid or complimentary plan

Strategy and subscription list pages now support searching by webhook URL, making it faster to find the right connection when you manage many strategies.

Choose strategy page memory usage

Reduced memory usage on the choose strategy page for users with large strategy libraries.

Bug fixes

  • Fixed paper mode persistence for TradersPost broker connections
  • Fixed signal template ticker source transitions when using hardcoded tickers
  • Fixed auto-submit behavior for failed-to-plan trade retries
  • Fixed wrapping long tooltip text in popover tooltips