Why can repeated adds rapidly expand capital demand?
A repeated-add strategy can look linear at first: “three more adds” sounds like three more orders. The capital pressure depends not only on the number of adds, but also on how much each order grows relative to the previous one.
Lesson objective: judge how much capital an order sequence requires, identify the first unaffordable order, and explain why changing the multiplier affects later orders differently from simply adding more budget.
Read the sequence before the returns
Let the initial order be a, the add multiplier be r, and n be the add index. The order at that level is a × rⁿ. When r > 1, the amounts form a geometric sequence: every level builds on an amount that has already grown.
With a $200 initial order, a 1.53 multiplier, and at most 3 adds, the four orders are:
| Step | Order amount | Cumulative demand |
|---|---|---|
| Initial order | $200.00 | $200.00 |
| Add 1 | $306.00 | $506.00 |
| Add 2 | $468.18 | $974.18 |
| Add 3 | $716.32 | $1,690.50 |
Moving from 0 to 3 adds does not merely reserve three more blocks of $200. After the multiplier compounds, the final order is already 3.58 times the initial order.
What this model answers
The exercise answers only three questions:
- How large is each order?
- How much cumulative capital does the full sequence require?
- Which order is the first one the current budget cannot fully cover?
It assumes every order fills for the displayed amount and rounds each order to cents. It does not model price paths, returns, fees, slippage, leverage, margin, liquidation, or exchange limits, so it cannot replace the real Engine Backtest.
Interactive exercise
Capital requirement stress test
Change the inputs and observe how each add changes cumulative capital demand. This is a deterministic teaching model, not a return forecast or a real backtest.
| Step | Order amount | Cumulative demand |
|---|---|---|
| Initial order | $200.00 | $200.00 |
| Add 1 | $306.00 | $506.00 |
| Add 2 | $468.18 | $974.18 |
| Add 3 | $716.32 | $1,690.50 |
Scenario comparison
Save scenario A, then change an input to compare.
How to interpret your comparison
- More available capital delays the point of failure but does not change the order sequence.
- A larger initial order scales the whole sequence by the same proportion.
- A larger multiplier has a stronger effect on later orders.
- More maximum adds append orders after the amount has already compounded several times.
If the multiplier equals 1, capital demand is linear because every order equals the initial order. Once the multiplier is greater than 1, later orders and cumulative demand follow a geometric sequence.
Variables a real test must restore
A real strategy must add price triggers, fill rules, fees, slippage, leverage, and liquidation rules back into the model. In leveraged contracts, even small price changes can be amplified. That is why this lesson never treats “enough capital to place orders” as “a safe strategy.”
Sources
- OpenStax: Geometric Sequences — finite geometric sequences and their sum.
- CFTC: Understand the Risks of Virtual Currency Trading — how leverage amplifies futures trading risk.
Risk notice: this lesson is educational. Its results are not forecasts or investment advice.