docs: add per-profile presets and clarify toggles/thresholds behavior
This commit is contained in:
41
README.md
41
README.md
@@ -69,7 +69,7 @@ Note
|
|||||||
5) Turn profiles OFF to revert to one global set of inputs across all timeframes.
|
5) Turn profiles OFF to revert to one global set of inputs across all timeframes.
|
||||||
|
|
||||||
Tips
|
Tips
|
||||||
- Global toggles like "Use ADX/DMI filter", "Use higher timeframe confirmation", "Use EMA trend filter", etc., apply to all profiles. The numeric thresholds/lengths inside each profile are per-profile.
|
- With profiles ON, toggles and thresholds are per-profile (e.g., ADX on/off and its length/min are tied to the active profile). With profiles OFF, a single global set applies to all timeframes.
|
||||||
- For consistent behavior across TFs, start by scaling ATR Period with timeframe and then adjust Confirm bars and Buffer (×ATR) per profile.
|
- For consistent behavior across TFs, start by scaling ATR Period with timeframe and then adjust Confirm bars and Buffer (×ATR) per profile.
|
||||||
- Triangles, labels, and alerts follow the same gating and will only appear when all enabled filters pass.
|
- Triangles, labels, and alerts follow the same gating and will only appear when all enabled filters pass.
|
||||||
|
|
||||||
@@ -88,6 +88,45 @@ Use these as starting points and adjust per symbol/volatility. Values are for He
|
|||||||
- Flip confirmation bars: 2
|
- Flip confirmation bars: 2
|
||||||
- Flip buffer (×ATR): 0.25
|
- Flip buffer (×ATR): 0.25
|
||||||
|
|
||||||
|
#### Per-profile presets (v4+)
|
||||||
|
Balanced starting points that map directly to the three profiles. Tweak per market.
|
||||||
|
|
||||||
|
- Intraday (<60m):
|
||||||
|
- ATR Period: 10
|
||||||
|
- Multiplier: 3.0
|
||||||
|
- Confirm bars: 2
|
||||||
|
- Flip buffer (×ATR): 0.15
|
||||||
|
- Smoothing EMA: 1
|
||||||
|
- ADX: on (len 18, min 20)
|
||||||
|
- Choppiness: on (len 14, max 55)
|
||||||
|
- Retest: optional (window 3, tol 0.20)
|
||||||
|
- Body filter: optional (min 0.35)
|
||||||
|
- Trend EMA: optional (len 100)
|
||||||
|
|
||||||
|
- 1–4h:
|
||||||
|
- ATR Period: 10
|
||||||
|
- Multiplier: 3.0
|
||||||
|
- Confirm bars: 2
|
||||||
|
- Flip buffer (×ATR): 0.10
|
||||||
|
- Smoothing EMA: 1
|
||||||
|
- ADX: on (len 20, min 19)
|
||||||
|
- Choppiness: on (len 14, max 57)
|
||||||
|
- Retest: optional (window 3, tol 0.20)
|
||||||
|
- Body filter: optional (min 0.30)
|
||||||
|
- Trend EMA: optional (len 200)
|
||||||
|
|
||||||
|
- 1D+:
|
||||||
|
- ATR Period: 10
|
||||||
|
- Multiplier: 3.0
|
||||||
|
- Confirm bars: 1
|
||||||
|
- Flip buffer (×ATR): 0.10
|
||||||
|
- Smoothing EMA: 0
|
||||||
|
- ADX: on (len 14, min 18)
|
||||||
|
- Choppiness: on (len 14, max 60)
|
||||||
|
- Retest: optional (window 2, tol 0.20)
|
||||||
|
- Body filter: optional (min 0.30)
|
||||||
|
- Trend EMA: optional (len 200)
|
||||||
|
|
||||||
### Tuning cheat sheet
|
### Tuning cheat sheet
|
||||||
- Too noisy (too many reversals):
|
- Too noisy (too many reversals):
|
||||||
1) Increase confirmation bars (e.g., 2 → 3)
|
1) Increase confirmation bars (e.g., 2 → 3)
|
||||||
|
|||||||
Reference in New Issue
Block a user