Hello all
I have an idea for a money management plan, but am not able to code it.
Would appreciate some assistance :). ATR=AverageTrueRange[14]
- I take a position on a daily bar – 2 lots Long (or Short)
- I place a TP for 1 lot at ATR*0.25 and and the other at ATR *0.8
- I put a SL for 2 lots at AT4*0.25
- Close all open positions/cease all trading at 18:00
The beauty of this is that your loss is limited, and if first TP is triggered we can allow the other 1 lot to run for the rest of the session (unless it is also triggered) and the worse case scenario would be a breakeven in PL if the SL is triggered.
QUESTION – If I trigger the first TP, would the SL automatically go to down to 1?
Hope I’ve explained it clearing enough – happy to clarify if needed.