mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-08 08:27:52 +00:00
Shift text on MuzzlingAlligator notification message
This commit is contained in:
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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user