Hello all, I have a problem with an indicator (calendar) about an hour gmt. Thank you for your help!
datetimeGMT () ..Line 1155)
{/ / modified by euclid
int ret = GetTimeZoneInformation (TZInfoArray);
int = bias TZInfoArray [0];
if (ret == TIME_ZONE_ID_STANDARD) + = TZInfoArray bias [21];
if (ret == TIME_ZONE_ID_DAYLIGHT) + = TZInfoArray bias [42];
return (timelocal () + bias * 60);
HELP, THANK YOU
- bourgenot
- Trader
- Posts: 159
- Joined: Mon Aug 27, 2012 4:37 pm
HELP, THANK YOU
You do not have the required permissions to view the files attached to this post.
- milanese
- TechAdmin
- Posts: 3293
- Joined: Wed Jan 09, 2013 9:02 am
- Location: btr rdx, r8 +
HELP, THANK YOU
the new builds >6xx have GMT time included, just usebourgenot » Thu Jul 03, 2014 9:18 am wrote:Hello all, I have a problem with an indicator (calendar) about an hour gmt. Thank you for your help!
datetimeGMT () ..Line 1155)
{/ / modified by euclid
int ret = GetTimeZoneInformation (TZInfoArray);
int = bias TZInfoArray [0];
if (ret == TIME_ZONE_ID_STANDARD) + = TZInfoArray bias [21];
if (ret == TIME_ZONE_ID_DAYLIGHT) + = TZInfoArray bias [42];
return (timelocal () + bias * 60);
TimeGMT().., the attached indicator code is outdated maybe try to ask in the forum you found it for help, maybe there is an update.Cheers
Tommaso
Global Prime is the official SHF broker 
Searching for Servers and Workstations with individual configuration?
Just PM
Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Searching for Servers and Workstations with individual configuration?
Just PM
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
- bourgenot
- Trader
- Posts: 159
- Joined: Mon Aug 27, 2012 4:37 pm
HELP, THANK YOU
thank you, I found at forex facto, but still the same problem. Not important .. Good day to you