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
Finally there is some activity on backtesting in R community :) There are multiplie options in python but not so many in R.
I am aware your package is more about portfloio backtesting, but I am curious is there a simple way to backtetst strategy in which I hold / not hold one asset (0 and 1 without short selling). So I have a vector of prices on 1 minute basis and I know dates on which I hold the position. I would need the performance, expecialy relative performance (relative to banschmark).
The text was updated successfully, but these errors were encountered:
Issue Allow different data frequencies apart from daily #8: to allow different frequencies apart from daily. The current code should run without errors with a different frequency (like 1-min), but for sure there will be some wrong computations of the performance measures (probably some factors that are different for 1-min than daily). This one we also want to implement and it should be easy, but I don't know when.
Issue #8 has been implemented to allow for higher frequencies than daily.
Issue #4 not yet.
I close this issue since it is #4 that remains to be implemented.
Finally there is some activity on backtesting in R community :) There are multiplie options in python but not so many in R.
I am aware your package is more about portfloio backtesting, but I am curious is there a simple way to backtetst strategy in which I hold / not hold one asset (0 and 1 without short selling). So I have a vector of prices on 1 minute basis and I know dates on which I hold the position. I would need the performance, expecialy relative performance (relative to banschmark).
The text was updated successfully, but these errors were encountered: