Closed miguellacerda closed 4 years ago
Hi @miguellacerda. Those are merely warnings and not errors. Are you getting any output for a) macd.R and b) macd.WFA.R?
There may be a bug in blotter 0.14.6/7 which might break WFA in quantstrat. However the commit we believe induced the regression was reverted in the latest blotter version 0.14.8 with https://github.com/braverock/blotter/commit/23aa1c9d72ed5380bc5d2077c1266ff7b4e7174b which i see you are on. So it would help to confirm if you are getting any errors, or just the warning which looks immaterial.
Also, for more on the regression in 0.14.6 and how to downgrade to 0.14.5 if you ever wanted to, please see https://github.com/braverock/quantstrat/issues/112.
Hi @jaymon0703
You are right - these are just warnings. As far as I can tell, the outputs of both demo files seem correct. I guess I'm just being pedantic about the warnings. Since they look immaterial to you, I'll close this issue.
Thanks for getting back to me!
No problem, thanks for confirming and closing the issue and best of luck.
Hi there
I have been trying to use the quantstrat::walk.forward function, but have been getting warnings:
To debug my code, I tried running some of your demo files, but am still getting warning messages:
macd.R - line 124:
This is easily fixed by removing the
Dates
argument toupdatePortf
. However, I still get the following warning in macdWFA.R when trying to run walk.forward:macdWFA.R - line 61:
Below is my session info:
Please could you let me know if there is a bug.