How to create this scanner?

HI @Streak,

I want to create a scanner for FNO stocks.

Condition:

  1. For the past 10 days price change has been > 0%

I should be able to change the number of days as per my need. (like the past 20 days or the past 1 months.

please help.

Thanks.

Hi @Zodiac

I have created a condition as per my understanding of your requirements. Refer to the below image to learn how to write your conditions in the Streak Scanners platform.

The above scanner will scan for stocks where the current candle close is higher than the previous close (i.e. the percentage change will be higher than 0%) for the last 10 candles. You can change the period inside the Period Min function to check the conditions for more candles and change the timeframe to check on Monthly timeframe.

You can click on the following link to directly go to the scanner and make changes to it as per your preference - https://scanners.streak.tech/scanner/zodiac-tqna

Hope this helps.

Thanks @Streak @Vasu_patel for the response,

Actually, want to scan the FNO stocks with the following conditions:

  1. In the last 10 days, total change is >= 0%.
  2. I also want the flexibility to specify the range as well (eg. -1% 1% or 0% to 2%)
  3. Also, it would be great if I get an option to select the days range like (e.g.: offset (-10) to offset(-3))

For example:
If want to scan the Fno stocks, the for which the total change is b/w -1% to 1% in the week before the current week.

Is it possible?

Hi, @Streak @Vasu_patel
Can you help me with this?