Hi,
I have reduced a problem I have been seeing to a minimal case...see the attached file.
The problem seems to be limited to multi-interval studies using series objects. In this case the called EFS is a lower timeframe than the calling EFS.
When run in RT, I get a slightly different answer than what I get when I reload the study using historical data.
The lines patterns look very similar in both cases, but there are minor differences in value. Due to the way I use this data in my strategy formula, this means I get different signals in RT than I do when I reload.
To reproduce, use the attached EFS and load in on a 60 minute ES #F chart and let it run for a many hours during market hours. Then load a new instance of the EFS and compare the values for the current day.
I'm not sure if I'm doing something wrong, or if this is related to
this problem or if there is something else wrong.
Notice that in this EFS I am multiplying two series values together in the called
EFS, but you can see the same issue (though not as obvious because the delta is even less) if you follow the instructions in the EFS on commenting out and uncommenting speicfic lines of code.
Thanks for any pointers or suggestions...
Garth
I have reduced a problem I have been seeing to a minimal case...see the attached file.
The problem seems to be limited to multi-interval studies using series objects. In this case the called EFS is a lower timeframe than the calling EFS.
When run in RT, I get a slightly different answer than what I get when I reload the study using historical data.
The lines patterns look very similar in both cases, but there are minor differences in value. Due to the way I use this data in my strategy formula, this means I get different signals in RT than I do when I reload.
To reproduce, use the attached EFS and load in on a 60 minute ES #F chart and let it run for a many hours during market hours. Then load a new instance of the EFS and compare the values for the current day.
I'm not sure if I'm doing something wrong, or if this is related to
this problem or if there is something else wrong.
Notice that in this EFS I am multiplying two series values together in the called
EFS, but you can see the same issue (though not as obvious because the delta is even less) if you follow the instructions in the EFS on commenting out and uncommenting speicfic lines of code.
Thanks for any pointers or suggestions...
Garth
Comment