|
Historical Tester Opimization only 5 time periods are availble |
termar
|
Post subject: Historical Tester Opimization only 5 time periods are availble |
Post rating: 0
|
Posted: Fri 27 Apr, 2012, 05:23
|
|
User rating: 0
Joined: Mon 08 Aug, 2011, 13:52 Posts: 8 Location: United States,
|
when trying to optimize a strategy the only time periods availble are ticks, 1 minute, 1 hour and days. 5 minute, 10 minute, 15 minute and 30 minute time periods are not listed.
|
|
|
|
 |
Platform Support
|
Post subject: Re: Historical Tester Opimization only 5 time periods are availble |
Post rating: 0
|
Posted: Mon 30 Apr, 2012, 09:18
|
|
JForex Master |  |
User rating: ∞
Joined: Wed 16 Sep, 2009, 18:23 Posts: 1054 Location: Geneva, Switzerland
|
Yes, this is true. The tests will be possible only on 4 periods.
|
|
|
|
 |
ihara
|
Post subject: Re: Historical Tester Opimization only 5 time periods are availble |
Post rating: 0
|
Posted: Mon 30 Apr, 2012, 14:27
|
|
User rating: 0
Joined: Sat 28 Apr, 2012, 08:44 Posts: 1 Location: JapanJapan
|
Dear Support
>Yes, this is true. The tests will be possible only on 4 periods.
Is it serious? why?
testing with optimization -> 4 periods testing with no-optimization -> 18 periods what difference is this?
and, periods of data to be used (two right of "Instruments" button) are 4 periods too. it slow test when testing with 10mins or 15mins bar.
I hope turning back both.
|
|
|
|
 |
Platform Support
|
Post subject: Re: Historical Tester Opimization only 5 time periods are availble |
Post rating: 0
|
Posted: Tue 01 May, 2012, 11:33
|
|
JForex Master |  |
User rating: ∞
Joined: Wed 16 Sep, 2009, 18:23 Posts: 1054 Location: Geneva, Switzerland
|
"testing with no-optimization -> 18 periods what difference is this?"
There are no 18 periods. You must have been looking into Visual mode settings under Custom settings menu. These are the settings for the Visual mode only. They just display the trading activity on e.g. 15 min chart, which you can switch to any other timeframe during the test.
The "real" test periods on which the test is performed are those which you select in the main HTester screen. There are 4 of them.
Our platform works with only 4 timeframes. All the other periods are derived (calculated) from these. If we allow the test on the custom periods, the testing process will be very slow as the custom period needs to be derived and interpolated then. This is useless.
We recommend to test on the 4 periods. The most precise would be the ticks timeframe. Enabling the Visual mode would make the test slow.
|
|
|
|
 |
termar
|
Post subject: Re: Historical Tester Opimization only 5 time periods are availble |
Post rating: 0
|
Posted: Mon 07 May, 2012, 15:17
|
|
User rating: 0
Joined: Mon 08 Aug, 2011, 13:52 Posts: 8 Location: United States,
|
I sometimes would like to optomize the time period of an indicator within a strategy. I think that is when all of the time periods should be availble.
|
|
|
|
 |
filson
|
Post subject: Re: Historical Tester Opimization only 5 time periods are availble |
Post rating: 0
|
Posted: Mon 07 May, 2012, 21:50
|
|
User rating: 0
Joined: Mon 09 Apr, 2012, 23:30 Posts: 14
|
The 4 mentioned timeframes in the optimizer are only for granularity of precision. If you set your period in your EA to say 15 mins, filter OnBar ticks accordingly, and set the optimizer to tick or higher, it'll work properly. Suppose your OnBar event has the following filter: Period myPeriod = Period.FIVETEEN_MINUTES; ... onBar(Instrument instrument, Period period, ...) { if (period != myPeriod) { return; } ... } ofc, if you pick a timeframe for input in the optimizer thats higher than tick data, you'll have deviations from "reality" since your EA wont get updated as frequently as it normally would.
|
|
|
|
 |
termar
|
Post subject: Re: Historical Tester Opimization only 5 time periods are availble |
Post rating: 0
|
Posted: Wed 09 May, 2012, 19:28
|
|
User rating: 0
Joined: Mon 08 Aug, 2011, 13:52 Posts: 8 Location: United States,
|
filson, in your example you picked 15 minutes as "myPeriod". perhaps i want to optomize "myPeriod".
|
|
|
|
 |
filson
|
Post subject: Re: Historical Tester Opimization only 5 time periods are availble |
Post rating: 0
|
Posted: Thu 10 May, 2012, 22:15
|
|
User rating: 0
Joined: Mon 09 Apr, 2012, 23:30 Posts: 14
|
If you want to run the same EA on different timeframes (the myPeriod bit), youll have to do it manually.
The optimizer will help you with other parameters of your EA, like Moving Average settings or similar. All public variables except the timeframe.
|
|
|
|
 |
termar
|
Post subject: Re: Historical Tester Opimization only 5 time periods are availble |
Post rating: 0
|
Posted: Fri 11 May, 2012, 23:50
|
|
User rating: 0
Joined: Mon 08 Aug, 2011, 13:52 Posts: 8 Location: United States,
|
I already use a work around that allows me to optomize time periods. I was just wanting an more direct way of doing it.
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|