Break-even trailing stop (2%/5%) X25T
X_TRAIL_2PCT_5PCT | trade management | exit | exit | proposed
Logic
if max_close_since_entry >= entry * 1.02 then stop = max_high_since_entry * 0.95Edge-
Samples0
Definition
After 2% gain, trail stop 5% behind highest price since entry.
Logic Triples
| Predicate | Left | Op | Right | Formula |
|---|---|---|---|---|
| Break-even trailing stop (2%/5%)After 2% gain, trail stop 5% behind highest price since entry. | Break-even trailing stop (2%/5%) | == | true | if max_close_since_entry >= entry * 1.02 then stop = max_high_since_entry * 0.95 |
Strategies Using Atom
| Strategy | Family | Edge | Signals |
|---|