Hi

Noticed this input variable:

input double MinMove = 0.0; // Minimum Move in pips
What if instead of having it as external input, use a current spread value for MinMove. This way, when news happen and spreads are widening, this indicator can possibly reflect that better?
Just a passing thought ...