Made improvements to the MultiAverages Colors indicator.
1. Bars and background are now painted based on the count of the number of Moving Averages going in a single direction. If the number of lines is greater than the Threshold amount, they will be full on green. Below that amount, red.
If the count is count is between 0 and the threshold, they will be mid green and mid red.
2. Added a toggle switch on the main parameters page to turn the fast/slow Moving Averages on and off.
3. Also added a toggle switch on the main parameters page to turn the slow and fast crossovers on and off.
4. Changed the default main Moving Average type to weighted.
5. Refactored and optimized some code.