Basic idea of the algorithm:
-buy stock A at pre designated price of $10 (current price $8)
-If stock rises to $10, shares are purchased and a trailing stop is set
-if stock reverses price, trailing stop is triggered.
-Price at which trailing stop was triggered becomes new buy price, if stock reverses and heads up again it will be purchased at previous sell price and another trailing stop is initialized.
repeat until cancelled.
I need this to loop until cancelled. This is part of a bigger trading strategy, therefore it may not make sense.
Is it possible to do this with Ninja trader? If yes, are there "contractors" that will write this program for a fee? I'm a novice coder, better off paying someone to get it done in a reasonable time frame.

Comment