You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After i tried everything to make the optimization work with TTR:KST() I still couldnt figuere it out. So I created a function for KST myself with multiple n variables. It works just like the TTR::KST() when I just run the strategy but if I try to optimize it via apply.paramset it tells me:
[1] "No transactions returned for param.combo 1 out of 4"
[1] "No transactions returned for param.combo 2 out of 4"
[1] "No transactions returned for param.combo 3 out of 4"
[1] "No transactions returned for param.combo 4 out of 4"
Hi @maxsach i am not exactly sure why (and i dont have the time right now to take much more of a closer look) but i get results when running your code with registerDoSEQ().
After i tried everything to make the optimization work with TTR:KST() I still couldnt figuere it out. So I created a function for KST myself with multiple n variables. It works just like the TTR::KST() when I just run the strategy but if I try to optimize it via apply.paramset it tells me:
It feels like it is just not meant to be
Any help will be appreciated.
my KST function:
my main strategy code:
And my optimization code:
The text was updated successfully, but these errors were encountered: