MQL5Book/Scripts/p2/ExternCommon.mqh
2025-06-12 13:40:26 +01:00

10 lines
554 B
MQL5

//+------------------------------------------------------------------+
//| ExternCommon.mqh |
//| Copyright 2021, MetaQuotes Ltd. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
// common variable(s) could be collected and defined here
int x; // 0 by default, could be with initialization - int x = ...;
//+------------------------------------------------------------------+