Ethan Smith

Results 54 comments of Ethan Smith

Seems like this should be able to be resolved by configuring timeouts. download.file says it honors the timeout option: "The timeout for many parts of the transfer can be set...

so i looked into this a bit today. want to log some notes here for reference: Findings: - `chart_Series` takes a `pars` parameter, but only uses `cex` and `mar` from...

while this could be handled through a `pars` parameter, the same could have been done for the original `chartSeries`. i think adding a `log.scale` parameter to the `chart_Series` function signature,...

dependent on https://github.com/joshuaulrich/xts/issues/103

Will revisit this when tiingo release v2 of their API in 2019

If you consider the adjustment solution space as having 4 modes: unadjusted; splits adjusted; div adjusted; splits and div adjusted What im looking for is a solution model that supports...

so, here are the solutions discussed so far: 1. Add new `.CashDividend` and `.SplitFactor` to existing output for both `adjusted` = T & F on `tiingo` output 2. Add `.Adjusted`...

Proposal: 1. formally add `adjusted` argument to `getSymbols` 2. add `AdjFactor` to output. The would be defined as the number than when multiplied by the unadjusted price gives the Split...

While the `Adjusted` can be used for full adjusting of prices, it cant be used for adjusting volumes, which should only be split adjusted. what do you think about adding...

something like: - [ ] add split and dividends attributes - [ ] modify `adjustOHLC()` to allow using the attributes as an option - [ ] not sure about `to.period()`...