How do i put a condition for ADX is uptrend/downtrend in streak 3

hi all,

i am new to streak and I want to check ADX is increasing or decreasing in streak ?

thank you

@Streak

You can follow the instruction given in the examples here
https://help.streak.tech/scanner/#math-functions

You can use the same approach for indicator value decreasing.

Thank you for the reply i have gone thorugh this. can i use like this

Period Min (3,ADX(14,0) - ADX(14,-1)) higher than 0 for increasing

Period Min (3,RSI(14,0) - RSI(14,-1)) less than 0 for decreasing?

Hi,

Yes, its increasing in last 3 candles, but might be just slightly increasing like too, you can try using instead of 0, a higher number based on your requirement of the slop.
Same way for the decrease.