jngy2k
Member
For example I have the following that I scan for:
(volume>10000000 and close/close[1]>1.04) within 15 bars
It gives me a list of stocks that has volume and is moving by 4% at least one day in the past 15 days.
Now if I want to look for the same criteria (volume>10000000 and close/close[1]>1.04)
BUT to happen TWICE within 15 bars,
then how would I word it???
(volume>10000000 and close/close[1]>1.04) within 15 bars
It gives me a list of stocks that has volume and is moving by 4% at least one day in the past 15 days.
Now if I want to look for the same criteria (volume>10000000 and close/close[1]>1.04)
BUT to happen TWICE within 15 bars,
then how would I word it???