Joshua Ulrich

Results 233 comments of Joshua Ulrich

Your example does not run. You didn't initialize the portfolio. Even if I do that, the `chart.Posn` call throws an error. ``` r R> chart.Posn("TEST", Symbol = 'SPY') Error in...

Thanks for the report and reproducible example. I removed most of the packages from the `devtools::sessoin_info()` output, because most of the 30+ packages you had loaded/attached were not relevant to...

I see two ways to do this. One is to set the `getSymbols.sources` option to `NULL` in `setSymbolLookup` when the symbol lookup list has zero length. The other is to...

I don't know how to do this. It doesn't look like it's returned by the quote API. You can hit the API in your browser: https://query1.finance.yahoo.com/v7/finance/quote?symbols=SPY&fields=annualReportExpenseRatio Here's the result: ```json...

This is similar to #24. Have you thought through the discussion there?

No worries! I only wanted you to be aware of the history, so you could take it into account while thinking about the issue. It would be great if you...

> Created pull request #306 to improve the column matching (with test cases). I'm sorry I didn't respond earlier. I started working on the comments below on Saturday morning (which...

I agree that this is a bug in `chartSeries()` and/or `addTA()`, but I'm not sure it's worth the effort to try and fix. Especially when `chart_Series()` works.

Thanks for suggesting this! I 100% agree with adding it. My only recommendation is that we wait until it's out of beta before including it in a quantmod release. Feel...

No need to apologize! I mentioned this in 327 because it's an example of what needs to be done for `getFinancials()` to start working again.