I have setup the jforex in my eclipse by maven,but when i run the strategy test,it always test from this 3 days.it seems testerclient init with only 3 days for test,how can I modify the time?
by the way,with the strategy test,I must connect to server and download data everytime, can i use the local data by offline,just like mt4?
API Support
Post subject: Re: How to set sdk strategy test time?
Although the data that is downloaded already (in the .cache) is used, you cannot use Historical Tester offline, without internet connection. So you MUST connect to the server, but MUST NOT download the data every time.