R - Loading External Indicators into Quantstrat
问题 I noticed that Quantstrat typically takes indicators that are based on price. However, I would like to load several indicators that have been externally calculated along with the price data. For instance, I have 2 extra columns in a csv file that contain my indicators (numbered 1-9). I want to generate a signal based on the numbers in these columns. Thus far, I have been unable to get Quantstrat to read the columns in the csv file. I've attached my code below: library(quantmod) library