You can create a variable called PMHigh, set it to zero at the end of each session. Then at the beginning of the premarket start a simple If, Then, Else where If High[0] > PMHigh then PMHigh = High[0]. Stop the logic at the end of the premarket session. So the logic would be wrapped in a time...