Algorithmic Trading Group Forum
https://www.algotradinggroup.com/cgi-bin/yabb2/YaBB.pl General Category >> Test Zone >> Testing an algo-trading system w/ no ask/bid value https://www.algotradinggroup.com/cgi-bin/yabb2/YaBB.pl?num=1309537858 Message started by npr on 07/01/11 at 17:30:57 |
Title: Testing an algo-trading system w/ no ask/bid value Post by npr on 07/01/11 at 17:30:57 Hello all, I am testing an algorithmic trading program on intraday historical data that does not include bid and ask values. it seems that the only price I can use is the LAST or the close which is the last transaction of the former minute (it's a 1 minute intervals data) this of course poses a problem as it is Not guaranteed that I will be able to actually get a price identical to the Last value. How would you suggest to handale this ? THANKS ! npr |
Title: Re: Testing an algo-trading system w/ no ask/bid value Post by Algo Designer on 07/06/11 at 13:19:37 It really depends on the time frames your strategy is trading in. For example, for a strategy that trades off daily bars, your data is granular enough to estimate the probability of execution on the assumption of sufficient liquidity. To obtain more representative performance numbers, I suggest you take the spread and slippage into account. Both can be a function of volatility. |
Title: Re: Testing an algo-trading system w/ no ask/bid value Post by npr on 07/06/11 at 13:29:54 Thank you Algo Designer . |
Algorithmic Trading Group Forum » Powered by YaBB 2.2.2! YaBB © 2000-2008. All Rights Reserved. |