I have an intraday trading strategy based on TA that is designed for high volume instruments. I have backed tested it and everything looks great. I am now in the process of setting up the necessary infrastucture to connect to a broker and start trading live.
Below are assumptions and methodolgy used. Please comment or advise/confirm my approach. The stock I have used for my whole design is AAPL.
1. I am using tick data filtered by order fill size of 100 shares upon my receiving it. The data is the actual quantity of shares and the price the shares were sold/bought at. From the tick data, 133 tick bars are then constructed. The O,H,L,C of the tick bars are used in the TA for the algorithm.
2. I am assuming that the ordersize of 100 shares will be filled at market price instantly and will have no impact on the overall stock direction. I am assuming this can be done with atleast a 100 share order size. (I am hoping that the ordersize that can satisfy these two assumptions can be alot more that 100 shares.)
3. I have accounted for commissions in the algo. I am assuming that the slippage will be negligible since I am trading a "small" order size in a very liquid stock.
The backtest and PL look great. I think my assumptions and my approach are sound. But I just wanted to get some feedback from others with a simular approach or simular working system.
Thanks for all your comments!
Below are assumptions and methodolgy used. Please comment or advise/confirm my approach. The stock I have used for my whole design is AAPL.
1. I am using tick data filtered by order fill size of 100 shares upon my receiving it. The data is the actual quantity of shares and the price the shares were sold/bought at. From the tick data, 133 tick bars are then constructed. The O,H,L,C of the tick bars are used in the TA for the algorithm.
2. I am assuming that the ordersize of 100 shares will be filled at market price instantly and will have no impact on the overall stock direction. I am assuming this can be done with atleast a 100 share order size. (I am hoping that the ordersize that can satisfy these two assumptions can be alot more that 100 shares.)
3. I have accounted for commissions in the algo. I am assuming that the slippage will be negligible since I am trading a "small" order size in a very liquid stock.
The backtest and PL look great. I think my assumptions and my approach are sound. But I just wanted to get some feedback from others with a simular approach or simular working system.
Thanks for all your comments!