From 1b950b2484da084dadc54a13776f108cb087f6d1 Mon Sep 17 00:00:00 2001 From: mfcheah Date: Thu, 9 Apr 2026 14:42:36 +0800 Subject: [PATCH] update README with TradingView usage notes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0469321..84ff0fe 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,12 @@ It also includes crossover logic (8/18 SMA) and long-term trend filters (100 SMA - Add alerts for squeeze releases. - Backtest combined signals in `ttm_strategy.pine`. - Experiment with different lengths (e.g., 21, 30) for volatility adaptation. + + +## Usage Notes + +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).