Trade Management Model
dynamic Stop & Profit Management
The Trade Management process has 3 Elements:
Trade Entry
Management of existing Trades
Trade Exit
What follows is our basic TradeManagment process showcasing how we manage a Trade (long trade in this case):
Trade Entry:
Setting of risk limits:
Max Position = Capital * max_position %
Max Trade Risk = Capital * max risk per trade %
Entry Conditions:
no current position
Trend Indicator has flipped from bearish to bullish (or vice versa)
Entry Execution:
next Open Price
StopLoss Distance : smoothed 30d IV * StopLoss Factor
TakeProfit Distance: smoothed 30d IV * Take Profit Factor
Position Size = Max Position * suggested Model Position % (according to analysis of the Market Structure)
Trade Management:
set up Volatility Bands (S3, S2, S1, WMA, R1, R2, R3) around a 20d WMA (weighted moving average) to monitor trade success
„Trade runs into the Profit Zone“
Trade exceeds R3 (resistance Vola Band) and returns below R3:
close 1/3 of the position
reset TakeProfit
adjust StopLoss
Trade exceeds R2 (resistance Vola Band) and returns below R2:
reset TakeProfit
adjust StopLoss
„ Trade runs against the Trend Indicator“ ( Trend flipped again after Trade Entry)
adjust StopLoss
Trade Exit:
StoppLoss hit
exit position
Profit Target hit
close 50%
reset TakeProfit
adjust StopLoss
