Artem Podorozhko / Publications
Forum
Namespaces question
I have two files, say A.mqh and B.mqh Both files have the same variables but in different namespaces: // A.mqh namespace A { input ulong InpMagic = 1 ; // Magic } // B.mqh namespace B { input ulong InpMagic = 2 ; // Magic } In the mq5 file I do