Many thanks for your help Cone. Indeed in this way code will be work. However, this is my fault that I didn't precisely explain what try to accomplish. So I intend to make some kind of time - volume checker to avoid aka "sleeping giants" .
For instance,
if time 11AM, volume should be more than 300k
if time 12AM, vol should be more than 400k
if time 13AM, vol should be more than 500k
if time 14AM, vol should be more than 600k
if time 15AM, vol should be more than 700k
...
and here I write my another entries conditions.
So this scheme allow me to enter in any time of the day but only in stocks that have decent volume and active all day long.
But the code that you provide
CODE:
Please log in to see this code.
didn't allow me to enter in any time of the day but only in 1050AM. Anyway thanks for help and sorry that I didn't clarify my intentions.