An indicator that plots ATR (Average True Range) multiples from the current Low of Day (LOD) and High of Day (HOD). The indicator should:
Calculate the Low of Day (LOD) and High of Day (HOD) dynamically for the current trading session. Use the ATR (Average True Range), with a customizable length, as the base measurement. Plot multiple levels above the LOD and below the HOD, based on user-defined ATR multiples (e.g., 1x ATR, 2x ATR, 3x ATR, etc.). Customizable Inputs: ATR Length ATR Multiples (Up to 5 levels) Line color and style for each level Display the ATR multiples on the chart as horizontal lines extending throughout the trading session.