Version 1.3 2019.04.30
- Fix of a bug that didnt allow the Indicator to display when placed on a live chart.
- Also a temporary removal of panel as there has been error reported.
Version 1.2 2018.11.12
Changed zig zag color from red to black
Version 1.1 2018.11.12
Bug fixes : Version 1.0 to 1.1
A reported error by a buyer they werent getting the alert
there was problems in 2 areas :

1) For main statement if(countZ==ExtLevel && fst2>fst4 && fst2<fst3 && ((fst3-fst4)<(_Point*PatSize)) && Low[1]<fst3 && Bid>fst3) the alert statement only see's when i is at end of cycle because of countZ==ExtLevel so i took away the i=1 within alert atatement

2) if(buySwitch && Bid>=fst3+(TakeProfit*_Point) && pipsBuySwitch) i had if(i == 1 && TStamp != Time[0]) but when condition is met it only see's i=o so i changed i=1 to i=0