4 lines
36 B
MQL5
4 lines
36 B
MQL5
|
void OnStart()
|
||
|
{
|
||
|
Print("Text");
|
||
|
}
|