Hi
Im using prorealtime with IG that does not have volume data so I was looking for an indicator that could give me an idea of how busy the market is by looking at the number of price changes over a 1 min period for example.
During quieter periods the price should move less often compared to busy periods and this can be recorded , i’m not interested in the magnitude of the moves rather than the number of price changes as a proxy for volume.
Is there any prexisting indicator that can do this or would I have to code it up?
Because variables are reset each time a new tick is received during the same candlestick, the best way to deal with your query is to use the tick-by-tick chart. So you’ll have another chart opened showing the count of price change during the last minute, is it a problem?
tick charts move too fast during busy periods, I don’t have enough screen real estate for another chart either. I was looking for something like a counter that would display a single number for each 1 min candle so I could look back and if the numbers are increasing to the present candle I know volume or volatility is picking up and vice versa.
tick charts move too fast during busy periods, I don’t have enough screen real estate for another chart either.
The only way to count trades is to count ticks on a tick by tick chart. You can’t count ticks on a minute chart. Screen real-estate should not be an issue as you can reshape and re-size the indicator and even delete the tick by tick candles chart part.