Description:
This indicator predicts the direction of the next candle based on historical patterns formed by the previous 3 candles. It analyzes whether each candle closed higher (Up) or lower (Down) compared to its open price.
How the Indicator Works:
It checks the direction (U for up, D for down) of the last 3 candles.
It searches historical data to find similar 3-candle patterns.
It then examines historically what direction the next candle moved after those matched patterns.
The indicator predicts the next candle direction based on the most frequent outcome following that pattern historically.
Possible 3-Candle Patterns:
Each candle can have 2 states: Up (U) or Down (D).
Thus, the total number of possible unique patterns of three candles is:
2×2 × 2=8 unique patterns
These 8 patterns are:
1. U U U (three candles up)
2. U U D (two candles up, last candle down)
3. U D U (first candle up, second down, third up)
4. U D D (first candle up, two candles down)
5. D U U (first candle down, two candles up)
6. D U D (first down, second up, third down)
7. D D U (two candles down, third candle up)
8. D D D (three candles down)
This oscillator calculates the prediction accuracy percentage of the "3 Candle Predictor" indicator over the last 10 candles. It measures how frequently the direction predicted by the "3 Candle Predictor" matched the actual direction of price movement (Up or Down).
Interpretation:
100%: All predictions in the last 10 candles were correct.
0%: None of the predictions were correct.
A higher percentage indicates a more reliable predictive pattern in recent market conditions.