Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

6 results for “from:John Klingensmith”

SMA of RSI
John Klingensmith · Feb 27, 2017 · r-sig-finance

Hi, How do take a simple moving average of an indicator, like a 5 period SMA of a 3 period RSI? Best, John [[alternative HTML version deleted]]

Luxor Demo Question
John Klingensmith · Apr 24, 2017 · r-sig-finance

Hi, Does anyone know the purpose behind why the parameters in the Luxor demo are preceded by dots? # optimization range .FastSMA = (1:30) .SlowSMA = (20:80) It seems to make them hidden, which also makes them difficult to remove. Thanks...

Luxor Demo Question
John Klingensmith · Apr 24, 2017 · r-sig-finance

Brian, Thanks. So there is no particular reason why they were made as hidden parameters? Best, John On Mon, Apr 24, 2017 at 2:14 PM, Brian G. Peterson <brian at braverock.com> wrote: > On 04/24/2017 12:38...

SMA of RSI
John Klingensmith · Feb 28, 2017 · r-sig-finance

After thinking about what you gave me, I tried the following, which seems to work: add.indicator(strategy.st,name = "SMA", arguments = list(x = RSI(Cl(SPY),nRSI),n = nSMAofRSI), label = "smaofrsi") Thanks for your help! On Mon, Feb 27...

Position Limits
John Klingensmith · May 27, 2016 · r-sig-finance

Hi, I am relatively new to R and QuantStrat, etc. I am playing with a real simple strategy that goes long when the market closes at its lowest close in 3 days and reverses the position when the market closes...

Moving Limit orders
John Klingensmith · Apr 6, 2017 · r-sig-finance

Hi, I am using the following packages quantstrat, IKTrading, DSTrading, along with some other misc packages (see code). I am having trouble understanding entering moving limits (kind of like trailing stops) to close the position. When I enter a long...

Can't find what you're looking for? Try searching with Google .