MQL5Book/Scripts/p2/ExternCommon.mqh

11 lines
564 B
MQL5
Raw Permalink Normal View History

2025-05-30 16:09:41 +02:00
//+------------------------------------------------------------------+
//| 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 = ...;
//+------------------------------------------------------------------+