Script To Change Stop Loss and Take Profit of Exiting Trades?

 
Is there a script out there that could change the stop loss based on the price hitting a certain level. One of the CRAP robots I bought contained a script that when the order was placed the Stop Loss would be a 100 points below the entry, but as the price went the opposite way the SL would adjust closer to the "TRUE" level. Almost like a trailng stop for the stop loss but triggered by a certain price.
 

If you read up on OrderSelect() and OrderModify(). You can do it yourself. Those two functions can accomplish all that you need along with Close[0] or Bid/Ask predefined variables.

.

Jon

Reason: