Help needed in figuring out Entry Condition

Hello guys,

Kindly help in figuring out if we can add below condition in Streak.

The current price(not the candle low/high) breaches the last 5 min candle Low in streak.

@Streak can you.

Hi @Nitesh_Chainani,

Streak uses O H L C data for sending triggers and not LTP data so you can use Close instead of low
You can refer to this discussion

1 Like

@Streak : Thanks this helps.
Sometimes, backtesting doesn’t works. I don’t know the reason.

Sometimes, it works as well.

Hey @Nitesh_Chainani, backtest has worked both times. In the first image, your loss is -14261 and in the second one, the profit is 30684. If you expand the loss-making test, you will get to the details as well.

1 Like

Its not possible to get just One signal between 10 July to 7 October. Later on, it worked when I edited and updated the backtest parameters. Seems to be a bug if we change the parameters in the same window.

You need to share your stratgey URL. Please use the instructions in the below link to generate your strategy link

Thanks for replying back.

Stratergy URL: https://public.streak.world/in/gykOfZ7YGO

Hi @Krishnendu,

Kindly help in catching the below trend using streak.
image

Therotically,
When previous 5min candle is created above 5 DEMA
AND
When Current 1 min Candle breaches low of previous 5 min Candle

My Logic in Streak:
image