Condition for ema

Can you help me creating narrow range for ema ??

@Neeraj1

You can try this condition

what does it signify?

It is just calculating the difference between 2 ema is less than 0.1 %

ok thanks but what if I need a range ?

Please write to [email protected] with the requirements and the team shall assist you.

Looking at this condition it feels like there’s still so much to learn in Streak.

By learning these features properly, we can create many interesting conditions patterns and range-based setups

@samuel-7 yes, you can create many more interesting patterns and conditions with it :slightly_smiling_face:
If you need any help with condition creation, you can ask here or reach out to Streak support, they do help a lot.

1 Like

Can anyone help me create a condition for the nifty50 index - if the day’s 1st 5min candle is green and the 2nd candle is red and when price is crosses above the 1st candle high an entry should trigger with sl as 50 points and tp 100 pointa

how to define 1st and 2st 5 min candle on streak btw? any idea

@samuel-7 @Pawan_Putra_1819 The Nth Candle feature can be used to meet your requirement, as demonstrated below.

Hope this helps.

The next feature I would like to see in streak is a custom dashboard. Like you can have what is required remove what is not required from the dashboard

What does abs function in Streak do?

The ABS function returns the positive value of a number, ignoring whether it is positive or negative.

example:

ABS(10) = 10
ABS(-10) = 10

It measures the magnitude of a price difference regardless of direction.

1 Like

helpful

Thanks :raised_hands: