From e789a058377bb0ded89422b35169b9d723520284 Mon Sep 17 00:00:00 2001 From: Toh4iem9 Date: Thu, 9 Jul 2026 11:03:22 +0200 Subject: [PATCH] refactor: VWAP-Bands --- ...erre_tpivot_lstoch_vel_lscore.tlxn_sum.tpl | 91 +++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/Profiles/Templates/MyTemplates/Strategies/trend.ha.laguerre_tpivot_lstoch_vel_lscore.tlxn_sum.tpl b/Profiles/Templates/MyTemplates/Strategies/trend.ha.laguerre_tpivot_lstoch_vel_lscore.tlxn_sum.tpl index 84b0244..53b2061 100644 --- a/Profiles/Templates/MyTemplates/Strategies/trend.ha.laguerre_tpivot_lstoch_vel_lscore.tlxn_sum.tpl +++ b/Profiles/Templates/MyTemplates/Strategies/trend.ha.laguerre_tpivot_lstoch_vel_lscore.tlxn_sum.tpl @@ -655,6 +655,97 @@ WideMode=1 + +name=Custom Indicator +path=Indicators\MyIndicators\VWAP_Bands_Pro.ex5 +apply=0 +show_data=1 +scale_inherit=0 +scale_line=0 +scale_line_percent=50 +scale_line_value=0.000000 +scale_fix_min=0 +scale_fix_min_val=0.000000 +scale_fix_max=0 +scale_fix_max_val=0.000000 +expertmode=4 +fixed_height=-1 + + +name=VWAP +draw=1 +style=0 +width=1 +color=42495 + + + +name=VWAP (Segment) +draw=1 +style=0 +width=1 +color=42495 + + + +name=Upper Band 1 +draw=1 +style=0 +width=1 +color=16748574 + + + +name=Lower Band 1 +draw=1 +style=0 +width=1 +color=16748574 + + + +name=Upper Band 2 +draw=1 +style=0 +width=1 +color=5275647 + + + +name=Lower Band 2 +draw=1 +style=0 +width=1 +color=5275647 + + + +name=Upper Band 3 +draw=1 +style=0 +width=1 +color=255 + + + +name=Lower Band 3 +draw=1 +style=0 +width=1 +color=255 + + +VWAP Settings= +InpResetPeriod=0 +InpVolumeType=0 +InpTzShift=0 +Bands Settings= +InpBand1Mult=1.0 +InpBand2Mult=2.0 +InpBand3Mult=3.0 + + + name=Custom Indicator path=Indicators\MyIndicators\Authors\Ehlers\1_Smoothers\Laguerre_Filter_Pro.ex5