|
8 registered members (AdamWu, AndrewAMD, oldflatop, Quad, Hajoha, jenGs, jyd, 1 invisible),
415
guests, and 3
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: New Zorro version 2.35
[Re: jcl]
#482513
02/16/21 20:06
02/16/21 20:06
|
Joined: Oct 2018
Posts: 37
7th_zorro
Newbie
|
Newbie
Joined: Oct 2018
Posts: 37
|
Can you run tick() function in 10ms frequency? BarPeriod = 1; TickTime = -10; It doesn't work (even for a one asset).
function tick()
{
if(!is(LOOKBACK))
printf(".");
}
function run()
{
set(TICKS);
BarPeriod = 1;
TickTime = -10;
StartDate = NOW;
}
Last edited by 7th_zorro; 02/16/21 20:34.
|
|
|
Re: New Zorro version 2.35
[Re: AndrewAMD]
#482515
02/17/21 04:47
02/17/21 04:47
|
Joined: Oct 2018
Posts: 37
7th_zorro
Newbie
|
Newbie
Joined: Oct 2018
Posts: 37
|
I found brokerCommand GET_MAXREQUESTS limits tick() function call.
Is this a bug?
Last edited by 7th_zorro; 02/17/21 05:07.
|
|
|
Re: New Zorro version 2.35
[Re: jcl]
#482579
03/01/21 17:57
03/01/21 17:57
|
Joined: Feb 2015
Posts: 635 Milano, Italy
MatPed
User
|
User
Joined: Feb 2015
Posts: 635
Milano, Italy
|
It seems that oversampling does not work in 2.35.7 Added NumSampleCycles=3; to workshop 6 and nothing happen in training (same training time) and test run are equal. Same behavior with different script
Downgraded to previous stable version and it works as expected. Ciao
Last edited by MatPed; 03/01/21 18:03.
|
|
|
|
|
|