Tagged Questions
0
votes
1answer
267 views
Is making a bid/ask offer a good way to lower the spreads?
I have written an algorithmic trading program which relies heavily on low spreads in the 0.1-0.3 PIP region. I was now wondering if it would be a good idea to place bid/ask offers instead of limit ...
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. ...