Gap detector
-
Hello all
I would like to do some block combination able to detect that next start is two or more times the dimension of previous candle, this way gap detection wil be a posibility to trade. Any "gap detector" block done alredy ??As an example
previous candle --> min=10 / max=30 ---> amplitude =20
last candle --> min =80 / max=100 ---> amplitude = 20
GAP = 80-30 =50 it is more than 2 times the amplitude of the previous candle-> target reached.
This is the idea but I don´t know how to realize it.
Any idea will be wellcome.
Thank you .
-
If these "min" and "max" levels are candle high and low, then I can suggest few "Condition" blocks, because they are used to compare two levels. They also have this "Adjust" field where you can add something to operands (red the description of this block for more info)