MQL5Book/Scripts/p2/ExternCommon.mqh
super.admin 1c8e83ce31 convert
2025-05-30 16:09:41 +02:00

10 lines
564 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 = ...;
//+------------------------------------------------------------------+