Changelog:
- Added new input parameters for configuring the periods used in the calculation of support and resistance levels:
- `supportLevelinput`: Input parameter to set the period for calculating the support level (default: 20).
- `resistanceLevelinput`: Input parameter to set the period for calculating the resistance level (default: 20).
- `preciseSupportZoneEndinput`: Input parameter to set the period for calculating the precise support zone end (default: 50).
- `preciseResistanceZoneStartinput`: Input parameter to set the period for calculating the precise resistance zone start (default: 50).
- Updated the calculation of `supportLevel`, `resistanceLevel`, `preciseSupportZoneEnd`, and `preciseResistanceZoneStart` to use the newly added input parameters.
- Changed the default value of `macd_signal_ema` from 10 to 12.
- Removed the "Original" option for support and resistance zone calculation.
- Removed the `zonePrecision` input parameter and related code for selecting the zone precision.
- Removed the `supportZoneStart`, `supportZoneEnd`, `resistanceZoneStart`, `resistanceZoneEnd`, and `finalSupport/ResistanceZoneStart/End` variables.
- Now using the "Precise" support and resistance zone calculation method exclusively.
- Replaced the usage of the removed variables with the `preciseSupportZoneStart`, `preciseSupportZoneEnd`, `preciseResistanceZoneStart`, and `preciseResistanceZoneEnd` variables.