Looking to have this auto-trading strategy coded.
Condition for Entry:
- crossover of Dinapoli Stochastic (6,6,14) +/- a user-defined value (to filter out false crossovers
- enter 3 orders with user defined Take Profit values
Management of trade
- Initial Stop Losses are set at Keltner channel deviation 3 values
- after 2 candles have closed, move SL to Keltner channel 2 deviation
- any open trades are trail stop = Keltner channel 2 deviation value
- exit all trades with the opposite crossover of the Dinapoli Stochastic +/- value
- or exit all trades when a dollar value has been reached

Comment