Trade Levels & Risk
This is the part of V5 that turns a signal into a trade plan: where your stop goes, where your targets are, how big your position should be, and when to trail.
Automatic position sizing#
The exact math V5 runs on every signal. Change any number and watch the plan update.
Enter your Account Size and Risk per Trade %and V5 does the math on every signal: risk in cash = account × risk %, and position size = risk cash ÷ distance to stop. The result appears on the ENTRY label and in the Dashboard's Pos. Size row.
Stop distance (risk profile)#
Stops are volatility-based, using ATR(14) multiplied by your profile:
| Setting | What it does | Default | Range | When to change it |
|---|---|---|---|---|
| Scalper | 1 × ATR from the signal bar's extreme | — | — | Very tight; expect more stop-outs |
| Day Trader | 3 × ATR | Default | — | Balanced — the right choice for most people |
| Swing Trader | 5 × ATR | — | — | Wide, room to breathe on higher timeframes |
Entry · SL · TP (static levels)#
Turn this on and each new signal prints five labels to the right of price: ENTRY (with position size), SL, and the 1:1, 2:1 and 3:1 take-profit levels measured from your stop distance. When price reaches a target, a ✓ TP1 / ✓ TP2 / ✓ TP3 mark prints on the chart and the matching alert fires. Levels stay on screen and extend forward until the next signal replaces them.
Enable Level Lines & R:R Shading to also draw the lines themselves plus a green profit zone and red risk zone — a built-in position tool. Line style can be solid, dashed or dotted.
Dynamic take profits#
On by default and independent of the static levels. Instead of fixed distances, TP 1/2/3 marks print when momentum reaches successive extremes after your entry — RSI(20) crossing 70, 75 and 80 on longs, and 30, 25 and 20 on shorts. Each level only prints once per trade and only in sequence.
Trailing stop-loss#
Optional. The trail follows price at 2.2 × ATR(14) by default, ratcheting in your favour and never backwards. Prefer a fixed distance? Turn on Trail by % and set the percentage. A dedicated alert fires the moment the trail is hit.
Suggested workflow#
- 1Signal prints with 75%+ convictionConfirm the Dashboard says Trending.
- 2Place the stop at the SL levelNever widen it. Widening a stop is how a 1% loss becomes a 5% loss.
- 3Enter with the printed position sizeCopy the size from the ENTRY label or the Dashboard.
- 4Take partial profit at 1:1Move the stop to breakeven once TP1 is tagged.
- 5Manage the restTrail with the trailing stop or exit on the ✖ Exit Flag; final target 3:1.
Settings reference#
| Setting | What it does | Default | Range | When to change it |
|---|---|---|---|---|
| Dynamic TPs | TP 1/2/3 marks as momentum peaks | On | — | Leave on |
| Entry · SL · TP | Static entry, stop, 1:1/2:1/3:1 targets + size | Off | — | Turn on for a complete trade plan |
| Level Lines & R:R Shading | Draws level lines and profit/risk zones | Off | Solid / Dashed / Dotted | On if you like a visual position tool |
| Stop Distance | ATR multiple for the stop | Day Trader | Scalper / Day / Swing | Match your holding time |
| Trailing Stop-Loss | ATR trail that locks in profit | Off | — | On for trend-following exits |
| Trail by % | Fixed-percent trail instead of ATR | Off, 1.0% | 0+ | On for consistent percentage trailing |
| Account Size | Your balance for sizing | 10,000 | — | Always set to your real balance |
| Risk per Trade % | Max loss per trade | 1.0% | 0.05 - 100 | 1-2% is the professional range |