Disliked{quote} What have you got so far? double cur_body_size = MathAbs(Close[i]-Open[i]); double prev_body_size = MathAbs(Close[i+1]-Open[i+1]); double cur_to_prev_ratio = cur_body_size / prev_body_size; bool is_2x_bigger; if(cur_to_prev_ratio >=2)is_2x_bigger=true;Ignored
1 SELL ----- 3 consecutive bullish candles, each of which is more than double the previous candle, and vice versa to buy. I'll leave the indicator below that already has an alert and arrows, and I thank you, friend, for having seen my post and helping me. God bless you.
Attached File