Financial Trading in R
Ilya Kipnis
Professional Quantitative Analyst and R programmer
Market data is a mix of fear, greed, and noise of millions
“Past performance is not indicative of future results.”
Overfit on past (in-sample) data means bad performance on future (out-of-sample) data
Can cause a system to fail in the future
Minimize the number of moving objects!
GOOD strategy
BAD strategy
-System should behave similarly for similar settings levels
-System should behave similarly for similar settings levels
Financial Trading in R