Condition | Description |
---|---|
Buy Volume | Buy volume associated to the most recent order block. |
Sell Volume | Sell volume associated to the most recent order block. |
Total Volume | Total volume associated to the most recent order block. |
Percentage | Volume percentage associated to the most recent order block. |
Buy Volume > Sell Volume | Return true if the buy volume is greater than the sell volume of the most recent order block. |
Buy Volume < Sell Volume | Return true if the buy volume is lower than the sell volume of the most recent order block. |
Positive Association | Return true if buy volume is greater than sell volume in the case of a bullish order block, or if buy volume is lower than sell volume in the case of a bullish order block. |
Negative Association | Return true if buy volume is lower than sell volume in the case of a bullish order block, or if buy volume is greater than sell volume in the case of a bullish order block. |
Method | Description |
---|---|
Close | Mitigates an order block once price close cross above its upper extremity in the case of a bearish order block, and under its lower extremity in case of a bullish order block. |
Wick | Mitigates an order block once price high cross above its upper extremity in the case of a bearish order block, and when price low cross under its lower extremity in case of a bullish order block. |
Average | Mitigates an order block once price cross its average level. |