1
0
Fork 0
forked from e187038/SP_GVA1
SP_GVA1/SP_Ramon1/Dashboard.mq5

14 lines
566 B
MQL5
Raw Permalink Normal View History

2025-05-30 16:25:41 +02:00
<EFBFBD><EFBFBD>
void OnTick()
{
int L;
// Dashboard
Comment("<00> Singularity Partners 2024","\n",
//"isMax:", isMax, "\n",
//"Date:", dateFormatted, "\n",
"CODE LINE:",L,"\n"
);
}
//+------------------------------------------------------------------+