test/test.mq5
2025-06-04 00:44:37 -07:00

14 lines
686 B
MQL5

//+------------------------------------------------------------------+
//| test.mq5 |
//| Copyright 2025, MetaQuotes Ltd. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
//+------------------------------------------------------------------+
//| Script program start function |
//+------------------------------------------------------------------+
void OnStart()
{
//---
}
//+------------------------------------------------------------------+