
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
Hello, how would i output in my script how many seconds has past since 1970?
I expect the number to be in a format ########## (probably quite a long number...)
Thx! I tried looking up the date time format, but im kind aconfused (and new a coding) could someone possibly write exactly what i need?
SendMail("Alert: " + sGetPeriod(Period()), TimeToStr(CurTime(),TIME_DATE) );
and i want the next line in the email to be the seconds since 1970
THANK YOU!