mirror of
https://github.com/rithsila/MT5-EA-Sniper-Strategy.git
synced 2026-08-23 07:38:15 +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)
|
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);
|
Notify(comm);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user