
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I used string todayDate = TimeToString(time,TIME_DATE);
to get the date... (it gets the computer date)
However I noticed if the person is bad intentioned and try to change the computer date... then the platform for security reasons stop working, is that right?
Do you think if I keep using string todayDate = TimeToString(time,TIME_DATE); to secure the access to my bot is SAFE?
Or should I implement something else?
Is there a way to get the trading server date instead of local machine?
Thanks.