update README with TradingView usage notes

This commit is contained in:
mfcheah
2026-04-09 14:45:48 +08:00
parent 1b950b2484
commit 62fd9f305e
+15 -3
View File
@@ -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**
- Rightclick 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 indicators custom colors and signals are visible.
After these adjustments, paste the Pine Script into the Pine Editor, click **Add to Chart**, and youll see the clean indicator visuals as intended.