Skip to content
Prev 14790 / 15274 Next

systematic trading w/ quantstrat

Quantstrat isn't particularly designed for universal rules. What you should
do, in this case, is to codify the universal rules beforehand (EG rank all
your assets by some sort of fundamental value rank, like top 10% of E/P
ratios as an example), then cbind that data to your OHLC data before
beginning your quantstrat analysis, and simply refer to those columns with
your add.signal code and so on.

On Sat, Aug 10, 2019 at 12:07 PM Ethan Smith <ethan.b.smith at gmail.com>
wrote: