Strategy Field

Allow signal overrides

If you check the Allow signal overrides checkbox, then any settings in your webhook will be used and they will override the corresponding settings saved on the subscription. Here are some examples webhook payloads with all the different fields you can control from the webhook.

Market Order

A market order is an order to buy or sell a security immediately at the best available current price.

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "market"
}

Limit Order

A limit order is an order to buy or sell a security at a specific price or better.

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 100
}

Market price type (quote-based limit / stop prices)

When you send a limit or stop order without an explicit limitPrice or stopPrice, TradersPost can take the price from the broker quote using Entry market price type or Exit market price type on the subscription. With Allow signal overrides enabled, you can set marketPriceType on the signal to one of ask_bid, mark, ask, bid, or last. See Allow signal entry price, Allow signal exit price, Entry market price type, and Exit market price type for details.

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit",
    "marketPriceType": "ask"
}

Stop Market Order

A stop order is an order to buy or sell a security when its price touches the stop price. It is converted to a market order when the stop price is reached.

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "stop",
    "stopPrice": 100
}

Stop Limit Order

A stop limit order is an order to buy or sell a security when its price reaches a certain point, known as the stop price, and then converts into a limit order.

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "stop_limit",
    "stopPrice": 100,
    "limitPrice": 99
}

Trailing Stop Order (dollar amount)

A trailing stop order is a stop order that can be set at a defined percentage or dollar amount away from a security's current market price. The trailing stop price is adjusted as the price moves in your favor.

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "trailing_stop",
    "trailAmount": 1
}

Trailing Stop Order (percentage)

A trailing stop order is a stop order that can be set at a defined percentage or dollar amount away from a security's current market price. The trailing stop price is adjusted as the price moves in your favor.

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "trailing_stop",
    "trailPercent": 1
}

Options

You can control the option chain scanning functionality from the webhook as well. Here is an example payload that will override the subscription settings and scan for options with the following criteria.

{
    "ticker": "AAPL",
    "action": "buy",
    "intrinsicValue": "itm",
    "expiration": "+6 months",
    "optionType": "call",
    "strikeCount": 12,
    "strikesAway": 2
}

Or send the exact contract you want to trade instead of using the option chain scanning functionality.

{
    "ticker": "AAPL",
    "action": "buy",
    "expiration": "2023-01-20",
    "optionType": "call",
    "strikePrice": 325
}

Or send the full option contract symbol in the ticker parameter.

{
    "ticker": "AAPL 230120C325",
    "action": "buy"
}

Start trading at scale today. Sign up for free.

Free 7-day trial

Set-up in 3 minutes

Paper account for testing

TradersPost operates as a non-custodial automated trading platform, enabling users to connect alerts from their preferred trading platforms to their selected brokerage or exchange accounts. It abstains from the transmission, custody, or management of customer funds, covering both traditional and cryptocurrency assets. Typically, registration requirements set by regulatory entities such as the SEC, FINRA, or FinCEN apply to entities that hold or transmit customer funds. To ensure ongoing compliance, TradersPost regularly engages with regulatory authorities to confirm its adherence to all relevant local and federal laws.

TradersPost does not provide alerts, signals, research, analysis, or trading advice of any kind. It is designed to assist traders and investors in making their own trading decisions based on their alerts. The platform does not offer recommendations regarding securities to buy or sell, nor does it provide trading or investing advice. The platform and its features, capabilities, and tools are provided 'as-is' without any warranty.

Risk Disclosure: The use of automated trading systems involves inherent risks, including the potential for significant financial loss. These systems operate based on predetermined algorithms that may not fully adapt to changing market conditions, possibly making them unsuitable for some investors. Individuals are advised to thoroughly assess their financial situation and risk tolerance before using this platform.

Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.

© 2026 TradersPost, Inc. All rights reserved.