| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 8 months |
| seen | Mar 6 at 21:39 | |
| stats | profile views | 9 |
|
Oct 28 |
asked | Gradient tree boosting — do input attributes need to be scaled? |
|
Oct 23 |
asked | Choosing attributes for SVM classification? |
|
Oct 6 |
awarded | Scholar |
|
Oct 6 |
awarded | Supporter |
|
Oct 6 |
accepted | How to properly cross-validate when optimizing SVM classification? |
|
Oct 6 |
asked | How to properly cross-validate when optimizing SVM classification? |
|
Oct 4 |
comment |
How to account for bid/ask spread when backtesting? Because it will affect profit. |
|
Oct 4 |
comment |
How to account for bid/ask spread when backtesting? Selling works the same way. Sell orders only execute for day N+1 if the high on day N+1 exceeds my sell-limit-order price (which was formulated only with data available through day N). |
|
Oct 4 |
comment |
How to account for bid/ask spread when backtesting? My strategy is based on limit orders. After market close on day N, I have all the information I need to create buy-limit-orders good for day N+1 only. My backteser then only executes a trade for day N+1 if Yahoo's low price for day N+1 is lower than my limit price that was set on day N. My trade will be executed at whichever is lower: my limit buy price, or the open price for day N+1 (plus my estimated spread, plus a flat trading fee). |
|
Oct 4 |
awarded | Student |
|
Oct 4 |
asked | How to account for bid/ask spread when backtesting? |