OPEN-SOURCE SCRIPT
已更新

Auto-Filter

A least squares filter using the Auto line as source, practical for noise removal without higher phase shift.

Its possible to create another parameter for the auto-line length, just add a parameter Period or whatever you want.

r = round(close/round)*round
dev = stdev(close,Period)


Hope you enjoy :)
版本注释
  • No longer need to round
  • Color change
  • Color change based on indicator direction discontinued

免责声明