Order Modification List

 

Hello,

I'm testing MT and have a question, that the search couldn't answer. I hope somebody here can help me.
My question:
Is it possible to get a list of order modifications? I need this to get the inital stop loss of a order that was modified a few times. It should work after a restart of MT.
If is there no such function I must do it manually with log files, but I wouldn't like that.

thanks in advance

 
You can write the initial stoploss in the comment field, or use a file to keep track of your modifications
 
  1. Comment field can be completely overwritten by the broker - unsafe
  2. Is it possible to get a list of order modifications? 
    Not with mql4 code. Must read the log files

  3. It should work after a restart of MT.
    Persistent storage
  4. Don't know why you need it.