1
0
Fork 0
forked from e187038/SP_GVA1
SP_GVA1/SP_Ramon1/Dashboard.mq5
super.admin 066c2f4791 convert
2025-05-30 16:25:41 +02:00

13 lines
566 B
MQL5


void OnTick()
{
int L;
// Dashboard
Comment("© Singularity Partners 2024","\n",
//"isMax:", isMax, "\n",
//"Date:", dateFormatted, "\n",
"CODE LINE:",L,"\n"
);
}
//+------------------------------------------------------------------+