DislikedHi, this thread is really useful for me. I would like to ask a helping hand from anybody who understand metatrader language. I am not a coder and just try to modified the existing mqh posting in this thread. The TP appearance is not necessary for me so I try to replace to Time Executed = OrderOpenTime, but it can not work. How to add order open time in the script ? message += StringFormat( "----OPEN ORDER----\r\n%s %s lots \r\n%s @ %s \r\nTime - %s\r\n----------------------\r\n", order_type(), DoubleToStr(OrderLots(),2), OrderSymbol(), DoubleToStr(OrderOpenPrice(),MarketInfo(OrderSymbol(),MODE_DIGITS)),...Ignored