I've attached two images but let me describe the indicator.
Everytime there is a low spread/low volume bar create an indicator on the chart:
For example in screenshot 1:
Down bar, low spread, low volume.
For the indicator to appear on the low volume/down bar it must satisfy these parameters:
1) Previous two bars must be up bars
2) Volume of current bar is less than 40% of the average volume of the previous two bars
e.g. let's say volume at close on current bar = 1000, bar-1 = 5000, bar-2 = 6000 then 1000 / ((5000 + 6000) / 2) = 18%
And vice versa for a low volume/up bar.
The indicator appeareance would be similar to that of a Parabolic SAR i.e. some sort of diamond or arrow. For the low volume/down bar one this is a bullish signal so either an up arrow or some bullish looking symbol and the low volume/up bar one is a bearish signal so down arrow or some bearish looking symbol.
Many thanks
EDIT: I just realised screenshot "2" does not have two consecutive down bars but you get the jist anyway.

Comment