double TrendDn, TrendUp, SwingDn, SwingUp; TrendDn=NormalizeDouble(iCustom(NULL,0,"Market\\Trend Tracker", BBperiod , HAperiod , ATRmulti , nBars , White , False , False , False , False , False , False , 3 , 1),Digits); TrendUp=NormalizeDouble(iCustom(NULL,0,"Market\\Trend Tracker", BBperiod , HAperiod , ATRmulti , nBars , White , False , False , False , False , False , False , 4 , 1),Digits); SwingDn=NormalizeDouble(iCustom(NULL,0,"Market\\Trend Tracker", BBperiod , HAperiod , ATRmulti , nBars , White , False , False , False , False ,False , False , 5 , 1),Digits); SwingUp=NormalizeDouble(iCustom(NULL,0,"Market\\Trend Tracker", BBperiod , HAperiod , ATRmulti , nBars , White , False , False , False , False , False , False , 6 , 1),Digits);