Level: 2
Background
The famous R-Breaker is a short-term intraday trading strategy that combines trend and reversal trading methods.
Function
-1) When the intraday highest price exceeds the observed selling price, and the intraday price drops and further breaks below the support line constituted by the reverse selling price, a reversal strategy is adopted, that is, at this point (backhand, open position) ) Short;
-2) When the intraday lowest price is lower than the observed purchase price, and the intraday price rebounds and further exceeds the resistance line constituted by the reverse purchase price, a reversal strategy is adopted, that is, at this point (backhand, open position) ) Long;
-3) In the case of a short position, if the intraday price exceeds the breakthrough buying price, a trend strategy is adopted, that is, open a long position at that point;
-4) In the case of a short position, if the intraday price breaks below the selling price, a trend strategy is adopted, that is, open a short position at that point.
Key Signal
pivot --> pivot pionts
reverse_sell_price --> pivot points,reverse selling prices: senter
observe_sell_price --> bserve selling price: ssetup
break_bid_price --> breakthrough bid price: bbreak1
reversal_bid_price --> reversal bid price: bbreak2
observe_buy_price --> observe buy price: bsetup
break_sell_price --> break sell price: sbreak
Remarks
This is a Level 2 free and open source indicator.
Feedbacks are appreciated.