[type = stock]
and [country is US]
and [ volume > 500000 ]
// Insert price indicator high
//and [High > 99.9]
// then modify it to read
and [high < 1 day ago high]
//then add copy / paste & modify for the next for day two and three back
and [1 day ago high < 2 day ago high]
and [2 day ago high < 3 day ago high]
// then insert the predefined scan for 52 week high
// and [today's high > yesterday's daily max(253,high)]
// then modify it for the previously starting 60 day high
and [3 days ago high > 4 days ago daily max(60,high)]