MP432
Member
Hello all,
I am playing around with creating an indicator using candle patterns.
Typically, pattern recognition uses the close of a candle to confirm a pattern and then enters at the open of the following candle.
I would like to know if it is possible to create a indicator that uses the current candle for confirmation.
example:
close[1] < open[0]
This should not take until the close of the current candle to confirm, conditions might be met right at candle open.
How would I write an indicator to provide a signal if the above condition is met at anytime during the formation of the candle?
Thanks!
I am playing around with creating an indicator using candle patterns.
Typically, pattern recognition uses the close of a candle to confirm a pattern and then enters at the open of the following candle.
I would like to know if it is possible to create a indicator that uses the current candle for confirmation.
example:
close[1] < open[0]
This should not take until the close of the current candle to confirm, conditions might be met right at candle open.
How would I write an indicator to provide a signal if the above condition is met at anytime during the formation of the candle?
Thanks!
Last edited by a moderator: