Very simple indicator showing stock price's low / high range swing of the bars for of selected time interval. Helps determine trading range of the stock price. Depending on the price movement direction during interval bars on the graph changing colors Also shows averaged price range line.
Function to derive the frequency a range is visited over time. returns value (0 to 1) percent multiplier
Request for DCC/coondawg71 added support for using session. theres a issue with the session it needs to have the format inverted: (start-end) to (end-start) '0000-1500' to '1500-0000'
Average Price Movement inidcator displays the high/low for the period over time. On top of that an 8 period exponential moving avergae is attached to get average movement over time. It provides, for eg. on a Daily chart, gives a day range and this can be used to book profits or place stop loss. It is very simple indicator to provide price range over time.
request for jangseohee adapted from here: www.amibroker.com
EXPERIMENTAL: (republishing, previous had alot of lines crowding the chart) MTF Range Swing.