quantstrat
quantstrat copied to clipboard
Resolves #144 by adding a variable to flag whether we want to do signal analysis in returns space instead of on the levels.
### Description As in title -- when using the apply.paramset.signal.analysis function, which calls on the post.signal.returns function, we're seeing the changes in the level, rather than returns. ### Expected behavior...
Hi I've read through all the packages and code and the only question I have really is will I be able to look for specific pattern in a certain time...
Hi guys, very nice package! I am planning in comparing the most prominent open source backtesting packages and wonder whether it is possible to use only your backtest tool without...
Hello, is possibile to have 2 position: one long and one short? Why if I have a long position, an enter rule on short side close my previous long position?...
De Prado (https://www.amazon.com/Advances-Financial-Machine-Learning-Marcos/dp/1119482089) introduces the Triple Barrier Method concept for labeling observations in a potential ML model for time series. The 3 barriers are 2 horizontal bars (representing profit-taking and...
### Description There are no known examples of coding price actions for quantstrat. After days of hunting, I've found nothing on the web, the presentations, or PDFs. The commercial software,...
### Description Ran a simple optimization of an MACD example using `apply.paramset(.)`, with three paramsets: Fast MA, Slow MA, and Signal MA. When finished, I tried using `tradeGraphs(.)` on pairs...
Fix a trivial typo in the applyStrategy() doc
Is it possible to create a fee function to add rollover fees? For example I want to impute -0.05 (fee) to every day I hold position opened. So if my...