Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Youtube-->https://youtu.be/ZLA_EfVQgqA
- void OnTick()
- {
- datetime TiempoLocal=TimeLocal();
- MqlDateTime Fechatiempo;
- TimeToStruct(TiempoLocal,Fechatiempo);
- int Mes=Fechatiempo.mon;
- Comment("\nTiempoLocal : ", TiempoLocal,
- "\n\nMes : ", Mes
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement