diff --git a/MQL4/Experts/Nkanven/MuzzlingAlligatorWatcher.ex4 b/MQL4/Experts/Nkanven/MuzzlingAlligatorWatcher.ex4 index 40e3b83..a0777f7 100644 Binary files a/MQL4/Experts/Nkanven/MuzzlingAlligatorWatcher.ex4 and b/MQL4/Experts/Nkanven/MuzzlingAlligatorWatcher.ex4 differ diff --git a/MQL4/Experts/Nkanven/MuzzlingAlligatorWatcher.mq4 b/MQL4/Experts/Nkanven/MuzzlingAlligatorWatcher.mq4 index 544fb3d..244fcc4 100644 --- a/MQL4/Experts/Nkanven/MuzzlingAlligatorWatcher.mq4 +++ b/MQL4/Experts/Nkanven/MuzzlingAlligatorWatcher.mq4 @@ -81,7 +81,7 @@ void OnTick() { if(prevCandleLow < jaws || prevCandleLow < teeth ||prevCandleLow < lips) { - comm += "LONG CONTINUATION SIGNAL: Price above SMA just moves above Alligator. \n"; + comm += " LONG CONTINUATION SIGNAL: Price above SMA just moves above Alligator. \n"; Notify(comm); } }