Scan OPEN=LOW historical view - 1st 15min

@Streak
Team,

Is it possible to scan all NSE-FNO stocks historically [ preferably from 2012 ] for possible OPEN=LOW stocks in 1st 15 min?
e.g. Let’s assume -on 19-May-2019, we observed 5 stocks whose OPEN = LOW. So the Scanner I would build, would give me all the stocks - historically for each date.

I am unable to find such an option. Please help.

Thanks

The scanner only scans on the basis of current information. In case you want to backtest the logic on historical data, you need to create a strategy for the same. However, note that in a strategy you need to select the stocks on which you want to backtest the logic.

@Krishnendu
Please learn to say ‘NO’
When you don’t have an option. Say not possible.

Please do not ask us to go to Strategies and test it and all. I did not ask for it. I specifically asked - Scanner.
This is so pity. A Free website like chrtink.com provides that but you being paid can’t.

@bubunis,

The scanner is meant for filtering stock on current condition. It is not meant for backtesting.

Every tool is made for different purposes. I can tell you what is available in our platform. In case you have a different requirement and you know where you can get the information for free, you can always use that source.

@Krishnendu
Thanks for your prompt response.
Now since you mentioned - " The scanner is meant for filtering stock on current condition. It is not meant for backtesting. Every tool is made for different purposes."

Now may I ask you what is the strategy I could write in to find out historical OPEN = LOW for a given stock which does not have a decimal number Meaning round numbers for the 1st 15 min?

e.g. Today, dated - 18-06-2020, MINDTREE’s OPEN = LOW and it is a round number - 907.

Sure you can.

Modulus check is not available in Streak. This cannot be implemented currently.

Acknowledged @Krishnendu.
So the whole number can’t be checked. Fine.
What about any random number?

Meaning - what is the strategy I could write in to find out historical OPEN = LOW for a given stock for the 1st 15 mins during the last 3 months?

You can use

Opening Range (Open,15min) equal to Opening Range (Low, 15min)