IKTrading
IKTrading copied to clipboard
Ilya Kipnis's miscellaneous quantstrat extensions, indicators, and order-sizing functions.
If you use the sigAND signal in sequential mode, there are no problems using doParallel, but in parallel mode, it results in this error. Apparently this is not compatible, but...
Hi, I am using tidyquant which loads dplyr. Unfortunately, the lag function from dplyr is masking the lag from stats. Would you consider updating your lagATR function to explicitly call...
Needs to be updated to work with the new columns in the ICE futures contracts. Error in `colnames
Hi there, sorry to bother - I can't install IKTrading and DSTrading for R3.3.0 because they're built under a previous version of R. I downloaded the zips from github.com (IKTrading-master.zip...
How to plot Ichimoku Cloud using ichimoku indicator, so as to render the future cloud in the chart?
Using the [ichimoku indicator](https://github.com/IlyaKipnis/IKTrading/blob/master/R/ichimoku.R), I am attempting to plot Ichimoku Cloud, with the below implementation: ``` require(quantmod) require(IKTrading) getSymbols('IBM', src='google', from='2014-04-01') ibm_ic = ichimoku(IBM) ibm_icPlot
Hi, I'm trying to install this package from source. Unfortunately, no luck. Can you please tell me how to fix this. Alternatively, if you have a precompiled version, that would...
I get the error in line 124. Error in as.Date.numeric(dates) : 'origin' must be supplied I cloned the repository and added some cats cat(head(dates)) cat(str(dates)) cat(head(index(returnsData))) > originalOld 10165 10193...