Matt

Results 4 issues of Matt

The [Aroon indicator](https://www.investopedia.com/terms/a/aroon.asp) should be using the highs and the lows and should output values from 0 to 100. [This code here](https://github.com/bukosabino/ta/blob/84ced26e07cb676d1033703dfd81e1ee81285b07/ta/trend.py#L40-L45) uses the closes (which might be interesting as...

We had a problem where `afterLoad` was called twice. I believe this commit fixes a minor bug where the if expression would always be false (`sectionAnchor` is a string and...

Thanks for making this plugin. I see from the `plugin.xml` that this plugin is licensed under the Apache License 2.0. I'm wondering: who should I cite as the copyright owner...

This PR adds a built-in notifier to throttle any notifier. It will notify the underlying notifier a maximum of 3 times every hour.