Struggling with recognizing a price accumulation / range..
-
I need to make sure the price didn't move within a specific time period.
say if the time is 12:00 - 14:00. I want to make sure price didn't moved too much during that time period. otherwise, I want to make sure price has been ranged or not in a specific time.I've no idea which code block to use for this.
-
You can find the highest and the lowest price levels within that period and store it into two variables. Then you can compare if they are as distant as you want or not.