Crude Oil Intraday Trading Strategy

Hi,

Please render your assistance to code the below strategy on MCX Crude Oil in Streak.

SETUP

Two Candle Formation

15 Minute Time Frame.

50 EMA

RSI (3) Upper Band 80. Lower Band 20

FOR LONG SETUP

  1. We need two Bullish candles for a long entry. The second candle should close above the first bullish candle’s high, & the first bullish candle’s low should be lower than the second bullish candle’s low.
  2. Second Bullish Candle’s RSI(3) value should be higher than 80. (First bullish candle’s RSI value could be anything. Doesn’t matter.)
  3. Both Bullish Candle should be above 50 EMA.
  4. Buy above second candle’s High + 1rs, SL will be First candle’s Low -1 rs.

FOR SHORT SETUP

  1. We need two Bearish candles for Short entry. The second candle should close Below the first Bearish candle’s Low, & the first Bearish candle’s High should be higher than the second Bearish candle’s high.
  2. Second Bearish Candle’s RSI(3) value should be less than 20. (First Bearish candle’s RSI value could be anything. Doesn’t matter.)
  3. Both Bearish Candles should be below 50 EMA .
  4. Sell below second candle’s Low – 1rs, SL will be First candle’s High +1 rs.

GENERAL RULE

Risk Reward Ratio for this strategy is 1 :2. Even 1:1 is ok.

Thank you.

Forget to add that entry and exit for long and short setup patterns can occur any no. of times in a day. Thank you.

Here is the condition for the Long setup

For this, you can refer

This is not currently possible. Hence the SL in the above image has been considered as the Low of the candle that triggered the trade.

1 Like

Thank you Krishnendu. I just came to check whether I got any response and felt happy to receive this parameter. I will try to build the condition based on it for the short set up.

Thank you once again.