Example:
if(MA1 crosses MA2)
if(MA1 > MA2)
EnterLong(100000);
Then I would like to add another position at that 1st long entry plus 20 pips and move the trade1 stop up to breakeven. So now I am long 2 lots and have one stop at an initial value and another stop at breakeven. This can continue until the positions are either stopped out or the max number of positions has been reached.
This is asking a lot so any direction on where to start will be greatly appreciated. I am familiar with basic NinjaScript and have already written what I consider basic strategies.
Cheers!

Comment