The nasdaq tag has no wiki summary.
3
votes
2answers
484 views
How to account for bid/ask spread when backtesting?
I'm backtesting an algorithm for trading nasdaq stocks, and would like to take into account the spread. I am using historical data from yahoo, which contains:
open, high, low, close, volume, adj. ...
3
votes
1answer
106 views
How to properly cross-validate when optimizing SVM classification?
I'm using SVM binary classification to predict movement of NASDAQ stock prices. My question is regarding cross-validation. I will divide the training data into V subsets. Training will be performed on ...