Thanks, I did see those and worked through, and maybe it is my inexperience but could not see how they would be applied to scaling out based on different technical triggers, the examples revolve around scaling out based on set % profits, and or losses.
Something like this would be perfect:
FirstProfitTarget = 10; // profit
SecondProfitTarget = 20; // in percent
TrailingStop = 10; // also in percent
If it was like:
FirstProfitTarget = Selltrigger1;
SecondProfitTarget = Selltrigger2;
TrailingStop = 10; // also in percent