Vizion-Trading-EA/Scripts/copus2.1.mq5

17 lignes
796 o
MQL5
Brut Lien permanent Vue normale Historique

//+------------------------------------------------------------------+
//| copus2.1.mq5 |
//| Copyright 2026, MetaQuotes Ltd. |
//| https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2026, MetaQuotes Ltd."
#property link "https://www.mql5.com"
#property version "1.00"
//+------------------------------------------------------------------+
//| Script program start function |
//+------------------------------------------------------------------+
void OnStart()
{
//---
}
//+------------------------------------------------------------------+