diff --git a/README.md b/README.md index 84ff0fe..d1b2445 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,18 @@ It also includes crossover logic (8/18 SMA) and long-term trend filters (100 SMA To get the best visual results when applying these indicators in TradingView: -- Switch the chart background to **White**. -- Set chart type to **Candles**. -- Turn off the **eye icon** at the top of the chart (this hides the default overlay so only the indicator colors show). +1. **Open Chart Settings** + - Right‑click anywhere on the chart and select **Settings**. + +2. **Set Background to White** + - In the *Appearance* tab, change the chart background color to **White**. + +3. **Configure Candles** + - In the *Symbol* tab, set the chart type to **Candles**. + - Change candle **body**, **wick**, and **border** colors to **White** so the indicator coloring stands out clearly. + +4. **Hide Default Chart Elements** + - At the top of the chart, click the **eye icon** to hide the default overlay. + - This ensures only the indicator’s custom colors and signals are visible. + +After these adjustments, paste the Pine Script into the Pine Editor, click **Add to Chart**, and you’ll see the clean indicator visuals as intended.