Skip to content

Commit 3c98fa4

Browse files
committed
update instance name
1 parent fd55a53 commit 3c98fa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mql40/experts/ZigZag EA.mq4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,10 +1509,10 @@ void SS.All() {
15091509
void SS.InstanceName() {
15101510
if (!instance.id) {
15111511
// calling SS.All() and thus SS.InstanceName() before CreateInstanceId() is valid (e.g. after input validation of a new instance)
1512-
instance.name = "Z.";
1512+
instance.name = "ZZ.";
15131513
}
15141514
else {
1515-
instance.name = "Z."+ StrPadLeft(instance.id, 3, "0");
1515+
instance.name = "ZZ."+ StrPadLeft(instance.id, 3, "0");
15161516
}
15171517
}
15181518

0 commit comments

Comments
 (0)