The Wait is Over: The Streak Mobile App is Live on ios and android!

where? can someone share the conditions of Narrow CPR?

How to create a condition based on pivot points? like price is near support s3?

You can check this conditions

You can try this conditions for price near s3.

These conditions will return stocks whose closing price is within 0.5% range of s3.

1 Like

Thanks :raised_hands:

can you please help me with this condition -

Scan for stocks where today’s volume is higher than the highest volume in the previous 100 trading days.

Can we deploy strategy only on certain days at particular times?

please verify once

How to create a condition to find stocks whose volume is suddenly increased compared to yesterday. Like today’s volume is 5 times higher than yesterday’s volume

@samuel-7 Please refer the Time-based strategy section that allows you to configure both the execution time and the day of the week on which the strategy should be triggered.

@Vikraminvest Refer the below condition shared as per your requirement

Hope this helps.

1 Like

Thanks, bro! I tried it and the results were perfect. Could someone please explain what the Period Max function does? Is it some kind of special functionality in streak? I also came across something called Period Min and would like to understand how that works as well.

Refer to this link might help , they have explained some of functions here.

Thanks bro :blush:

can someone please explain what is this abs function on streak? and how does it work?

Thanks in advance

As per my understanding, the ABS function refers to the Absolute Value of a number. It removes the negative sign from a value and always returns a non-negative result.

For example:

Open = 100, Close = 105 → ABS(105 - 100) = 5
Open = 105, Close = 100 → ABS(100 - 105) = 5

In both cases, the candle body size is 5 points.

Thanks, yes, I tried it and it works exactly as mentioned.

1 Like

Hi team

Can I set an alert on the SENSEX ATM contract that triggers at 9:15 AM?

you can use the time-based feature to set the same. check the image

Which scanner gives you the best results: breakout, CPR, VWAP, or EMA?