is it possible to retrieve the ininitial stoploss value after modifying the stoploss?

 

i am currently coding a trading log which executes everytime a trade is closed. one of the values for my log is the stoploss. however, i want to use the original stoploss when my trade opened, but since i modify the stoploss during the trade, calling OrderStopLoss(), does not give me correct value. 

 any idea of what to do?

cheers,

 T 

 
Save the original value.
 
WHRoeder:
Save the original value.
yea was also thinking but thought perhaps it was stored already... thanks :)
Reason: