To identify potential extremes, you could perhaps create an indicator based around the bollinger band concept:
indicator = (close - average ) / standard deviation
If it gets to + or - 2, you either have a very strong trend or potential exhaustion point. You could maybe incorporate some other tools to decide whether to fade the move.
Hope this helps.
indicator = (close - average ) / standard deviation
If it gets to + or - 2, you either have a very strong trend or potential exhaustion point. You could maybe incorporate some other tools to decide whether to fade the move.
Hope this helps.
