Below is a kind of mix of Rate Of Change and ATR indicators .. I ended up with below formula when i was searching for a way to measure quick changes to the prices, that would go away from the its mean, average, hence that could help determining if the market is more or less ranging or trending.
I have no clue if below logic has a chance to work or if it will dramatically fail .. I'm not a scientist nor a statistical man
Any comments are welcome, we can brainstorm together to fine tune it, if you think that's something that can work and help us on a daily basis !
The formula is for the time being (inspired from ROC) : ((PRICE (i) - Average(PRICE previous : n)) / Average(PRICE previous : n))*100
Then also get the pips equivalent : result above * PRICE * 100
Where : PRICE = Open (current bar), or Low (current low of current bar), or High (current high of current bar)
Please have a look to the excel file, where I have simulated the formula on live data.
The idea would be that under a certain percentage or pip value (change) we don't trade because the market seems to be ranging.
In terms of display either as an oscillator (% or pips) or a kind of dashboard displaying both the data !?
N.B.: Of course it has some lag (one candle) or can display fake alerts ..
I hope that all above makes sense
Thx
Olivier