Post subject: How to change daily final time to EET,GMT+3
Post rating: 0
Posted: Tue 13 May, 2014, 15:42
User rating: 0
Joined: Fri 29 Mar, 2013, 17:33 Posts: 9
dear support ,I need your help,How to change daily final time to EET, in my strategy.The daily final time will be GMT+3. i code as such,but it run wrong:
@Configurable("Time zone") public String timeZone = "EET";
can you help me?
3Ks
API Support
Post subject: Re: How to change daily final time to EET,GMT+3
Currently there are only 2 used timezones, therefore you could add a boolean variable isGMT and in case of true use JFTimeZone.UTC, else - use JFTimeZone.EET. The timezones will get more thoroughly documented with the next JForex-SDK release.