From 5bcca3de375defc11e29d2c3734646ac130b15ce Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Thu, 4 Dec 2025 14:30:20 +0100 Subject: [PATCH] new files added --- .../MyTemplates/Templates_Reference.md | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 Profiles/Templates/MyTemplates/Templates_Reference.md diff --git a/Profiles/Templates/MyTemplates/Templates_Reference.md b/Profiles/Templates/MyTemplates/Templates_Reference.md new file mode 100644 index 0000000..c24a3f5 --- /dev/null +++ b/Profiles/Templates/MyTemplates/Templates_Reference.md @@ -0,0 +1,73 @@ +# Chart Templates Reference + +This document provides a detailed breakdown of the available chart templates in the `MyTemplates` folder. + +## 1. Scalping Strategies (`scalp.*`) + +### VWAP & Momentum System (`scalp.std.vwap.*` & `scalp.ha.vwap.*`) + +This system is available in both **Standard (`std`)** and **Heikin Ashi (`ha`)** variants. The indicators are identical, but the base chart visualization differs. + +#### `scalp.*.vwap.tlx_win.full.tpl` + +* **Session:** TLX Winter (Tokyo, London, Xetra) +* **Description:** Lightweight setup focusing purely on session structure and momentum oscillators. +* **Indicators:** + * `Session_Analysis_Pro` + * `StochRSI_Slow_Pro` (13,13) + * `SMI_Pro` (13,3,3) + +#### `scalp.*.vwap.lxn.full.tpl` + +* **Session:** LXN (London, Xetra, NY) +* **Description:** Same as above, configured for Western sessions. +* **Indicators:** + * `Session_Analysis_Pro` + * `StochRSI_Slow_Pro` (13,13) + * `SMI_Pro` (13,3,3) + +#### `scalp.*.vwap.tlx_win.full_v1.tpl` + +* **Session:** TLX Winter +* **Description:** Enhanced suite adding institutional levels (VWAP) and structural pivots (Murrey Math) for precision entries. +* **Indicators:** + * `Session_Analysis_Pro` + * `VWAP_Pro` + * `Murrey_Math_Line_X` + * `StochRSI_Slow_Pro` + * `SMI_Pro` + +#### `scalp.*.vwap.lxn.full_v1.tpl` + +* **Session:** LXN +* **Description:** Enhanced suite for Western sessions. +* **Indicators:** + * `Session_Analysis_Pro` + * `VWAP_Pro` + * `Murrey_Math_Line_X` + * `StochRSI_Slow_Pro` + * `SMI_Pro` + +#### `scalp.*.vwap.tlx_win.full_v2.tpl` + +* **Session:** TLX Winter +* **Description:** **Maximum Suite.** Adds `ADX Pro` to filter out weak trends and confirm momentum strength. Ideal for filtering false breakouts. +* **Indicators:** + * `Session_Analysis_Pro` + * `VWAP_Pro` + * `Murrey_Math_Line_X` + * `StochRSI_Slow_Pro` + * `SMI_Pro` + * `ADX_Pro` (13) + +#### `scalp.*.vwap.lxn.full_v2.tpl` + +* **Session:** LXN +* **Description:** Maximum suite for Western sessions. +* **Indicators:** + * `Session_Analysis_Pro` + * `VWAP_Pro` + * `Murrey_Math_Line_X` + * `StochRSI_Slow_Pro` + * `SMI_Pro` + * `ADX_Pro` (13)