>
> On the very begining of every data file recorded by JBT there is a
> line which says something like this
>
> timeZone=America/New_York
>
>
> is this timezone of the stock/futures exchange or of the local
> computer?
>
>
It could be anything. Notice this line of code in the strategy constructor:
TradingSchedule tradingSchedule = new TradingSchedule("10:00", "15:55",
"America/New_York");
If you set it to another time zone, you'll get data recorded in that time
zone. Although you can set time zone to anything, it's a good idea to stick
to the exchange time zone. This will prevent daylight savings time issues.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"JBookTrader" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jbooktrader?hl=en
-~----------~----~----~----~------~----~------~--~---