P10SalaPremium/PrintText.mq5

4 lines
36 B
MQL5
Raw Permalink Normal View History

2025-05-30 16:15:24 +02:00
void OnStart()
{
Print("Text");
}