blouf:
Yes. SymbolInfoInteger() returns a long.
returns the date in that format :
Date=1392399002
did i miss something ?
angevoyageur:
Yes. SymbolInfoInteger() returns a long.
oh. will symbolinfodouble() return a double ?
Yes. SymbolInfoInteger() returns a long.
blouf:
Appropriate conversion function. Like ? Cuz i do need a formatted date.
Appropriate conversion function. Like ? Cuz i do need a formatted date.
Try to use
TimeToString(SymbolInfoInteger(_Symbol,SYMBOL_TIME));
Malacarne:
thanks.
Try to use

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
Date="+SymbolInfoInteger(_Symbol,SYMBOL_TIME)+"
returns the date in that format :
Date=1392399002
did i miss something ?