Ethan Smith
Ethan Smith
`applyStrategy` in `quantstrat` was updated to support a market data environment other than `.GlobalEnv`. this works nicely, especially when dealing with symbols like `'F'` or `'T'`. It would be great...
### Description Neither of these approaches produce a log scaled y axis ```r chart_Series(x, log.scale=TRUE) # like in chartSeries() chart_Series(x, log="y") # like in plot.default() ``` This problem was also...
Full implementation of Tiingo financial data API largely follows standard patter of source based APIs with a few changes: 1. moves error handling and looping into the master function 2....
@tiingo is working on a financial statement API: https://api.tiingo.com/documentation/fundamentals I think we should support this through the `getFinancials` function (which currently has no live implementations) I'll get started on a...
the current tiingo `getSymbols` implementation only returns an OHLCV result. It does allow for an adjusted or un-adjusted result, but it does not expose the `divCash` or `splitFactor` columns. I'd...
### Description symbol cleanup utility function i use. i can turn this into a pr if you think its worth moving into quantmod ```r cleanSymbolList
`getSymbols.tiingo` currently only supports daily-monthly data sets. However tiingo does have an API sitting on top of IEX data that support intra-day granularity: https://api.tiingo.com/docs/iex/realtime#historicalPriceData It should be fairly straight forward...
### Description  ### Expected behavior expect the log scale chart to use the background color from the specified theme ### Minimal, reproducible example ```r dev.off() layout(matrix(c(1, 2:3, 1, 4:5),...
### Description there are scenarios when one only want the `tr` or the `truehigh` and `truelow` values (see `TTR::ADX()` as an example) it would be nice not to incur the...
### Description ROC currently names the return value the same as the input value. most other TTR function explicitly name output columns ### Expected behavior output column should be names...