Please hlep me to create a scanner below code
[=1] 5 minute Volume > [=1] 5 minute Sma ( volume,20 ) * 6.5
@Streak
@Krishnendu
@nashtrik
Please hlep me to create a scanner below code
[=1] 5 minute Volume > [=1] 5 minute Sma ( volume,20 ) * 6.5
@Streak
@Krishnendu
@nashtrik
volume of First 5 min candle sgould be 6.5 times SMA of Volume of First candle… why do you want sma(volume,20,1)… simple SMA of volume ahould be ok. Streak doesnt take parameters beyond its dropdown menu in the SMA field.
This is chartink code need to convert in to streak
I know… streak is not accepting SMA of Volume of Nth candle… it will only Accept SMA(Volume,20) of the current candle
Hi @Abhinav_M
Kindly note that currently the function to fetch the indicator value for an nth candle of the day is not supported, unfortunately. Due to this, your conditions cannot be created in the Scanner directly.
However, as a workaround, I have used the candle time function and mentioned the condition to check if the Volume is higher than Volume SMA*6.5 on the 9:15 5-minute candle i.e. the 1st 5-minute candle of the day.
Refer to the below image to learn how to write your conditions in Streak Scanners.
You can also click on the link to directly go to the Scanner and make changes to it as per your preference - https://scanners.streak.tech/scanner/abhinav-tqna
Do note that the above conditions will show results only when the opening candle time, when running the scanner is 9:15. Thus, if you try to run the scanner after 9:20 (as per the 5-minute base timeframe) the system will not show any results. Refer to the following link to learn about the Candle time function in Streak - Indicators - Streak Help
Hope this helps.