🐣 EASTER SALE: ON. Take 40% off with code APRILSAVINGS before the sale ends on April 6.
Strategy Message

Quantity Zero

Cannot enter a new {{ ticker }} position. Your strategy subscription settings calculated a quantity of zero.

This message indicates that a new position cannot be entered because TradersPost calculated a quantity of zero for the entry order. This can happen in a few different scenarios as explained below.

Dynamic Quantity Calculation

You are using a dynamic quantity calculation method like Percent of equity or Amount per position and you don't have enough money available to calculate a quantity greater than zero for the entry order.

Here is a simple example, if your broker account has $200 in it and you send a signal like the following to buy AAPL for $100 using 25% of your equity, it would not be possible to enter a new position because the calculated quantity would be 0.5 shares but you cannot buy fractional shares.

{
    "ticker": "AAPL",
    "action": "buy",
    "orderType": "limit",
    "limitPrice": 100,
    "quantityType": "percent_of_equity",
    "quantity": 25
}

If you would like to use fractional quantities and your broker support fractional quantities, you can allow it by checking Allow fractional quantity in your strategy settings.

With Option Chain Scanning

This can also happen if you are using option chain scanning and the contract that was selected costs more than the allowed amount of money per position that you have configured. To fix this, you can either increase the allowed Percent of equity or Amount per position or specify a Fixed quantity instead of using a dynamic quantity calculation method.

Subtract Exit Quantity From Signal Quantity

You have Subtract exit quantity from signal quantity checked in your strategy subscription settings and the quantity you sent in your signal only has enough quantity to exit the open position and not enough to enter a new position on the other side.

Here is an example, if you have Subtract exit quantity from signal quantity checked in your strategy subscription settings and you have an open long bullish position in AAPL with a quantity of 10 and you send a signal with a quantity of 10 like the following:

{
    "ticker": "AAPL",
    "action": "sell",
    "quantity": 10
}

Since you have Subtract exit quantity from signal quantity checked in your strategy subscription settings, the quantity of 10 will be subtracted from your open position and you will be left with a quantity of 0 for your new position so it will not be possible to enter a new position on the other side.

If you want to both exit the open position and enter a new position on the other side, you can send a signal with enough quantity to exit the open position and enter a new position on the other side. For example, if you send a signal like the following it will both exit the open position with a quantity of 10 and enter a new position on the other side with a quantity of 10.

{
    "ticker": "AAPL",
    "action": "sell",
    "quantity": 20
}

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.