Shift text on MuzzlingAlligator notification message

This commit is contained in:
Nkondog A. Venceslas
2022-12-08 20:22:07 +01:00
parent 19fb1f3645
commit b3526242eb
2 changed files with 1 additions and 1 deletions
Binary file not shown.
@@ -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);
}
}