15 lines
672 B
MQL5
15 lines
672 B
MQL5
|
//+------------------------------------------------------------------+
|
||
|
//| diff-iss.mq5 |
|
||
|
//| Copyright 2025, MetaQuotes Ltd. |
|
||
|
//| https://www.mql5.com |
|
||
|
//+------------------------------------------------------------------+
|
||
|
//+------------------------------------------------------------------+
|
||
|
//| Script program start function |
|
||
|
//+------------------------------------------------------------------+
|
||
|
void OnStart()
|
||
|
{
|
||
|
//---
|
||
|
|
||
|
}
|
||
|
//+------------------------------------------------------------------+
|