I coded this simple indicator based on multiple ideas shared by Tim West at his "Key Hidden Levels" chatroom. We have a moving average ribbon comprised of the average of the highs and lows in 10 periods. The colored space in between acts more or less like fair value and is often where price is when consolidating. Green and red triangles at the top and bottom...
Here's the last version...quick hack job. I'm sure it can be improved, but this is a rough sketch, code wise. The strategy works in range bound enviroments, so cointegrated pairs like AUDCAD will shine with it. Cheers, Ivan Labrie Time at Mode FX
Still working on fixing the code 100%. Will update with a new version soon. This one's fine tuned for gold (tp and sl size, and contract size for a 100k account) Cheers, Ivan Labrie Time at Mode FX
I updated my old indicator that plotted a Kalman filter avg. of the bars inside a higher timeframe bar, to attempt to find the most frequent price in that bar's timespan. It ended up being somewhat close, but not exact, but the result is that you get a pseudo-vwap without a need for volume data, that isn't cumulative and can indicate trend direction, or if the...
Hi, I updated the code to be able to use Tim West's TW_UB indicator, which helps a lot with seeing price waves, coloring bars that form new highs green, new lows red and inside and outside bars red. The indicator now only plots range expansion bars, with a triangle shape above or below each bar to make it visually clear. Hope you find this of use. Cheers, Ivan.