June 12th, 2026

Bid-ask spread filter percentage

Bid-ask spread filters can now be configured as a percentage in addition to a fixed dollar amount. This applies to both entry and exit spread filters in strategy settings and can be overridden per signal using bidAskSpreadFilterPercent in your webhook payload.

Example:

{
    "ticker": "SPY",
    "action": "buy",
    "bidAskSpreadFilterPercent": 0.5
}

You can use either a dollar amount (bidAskSpreadFilter) or a percentage (bidAskSpreadFilterPercent), but not both on the same signal.

Command Dash indicator rename

The GEX Widget indicator has been renamed to Command Dash on the Indicators page.

Alpaca buying power for PDT rule changes

TradersPost now uses Alpaca's buying_power field instead of daytrading_buying_power when syncing your Alpaca account's buying power. This prepares TradersPost for upcoming Pattern Day Trader (PDT) rule changes.

Performance improvements

  • Faster trade execution and webhook processing, especially during market open
  • Faster strategy search and subscription chooser for accounts with many strategies
  • Faster order status checks during trade cancel and exit operations
  • Improved broker dashboard responsiveness

Bug fixes

  • Fixed broker account deletion getting stuck inside an error iframe
  • Fixed modal backdrop disappearing after page hydration
  • Fixed Stripe API errors causing billing page failures
  • Fixed clearing other active sessions when setting up 2FA
  • Fixed registration redirect preserving the intended destination URL after sign-up