Hi, I'm a total trading noob. I have been playing around with second-level OHLC data for equities and may have fooled myself into thinking I have some profitable medium-frequency strategies, where I hold a position for a couple minutes before entering a new one. If I were to implement it, I would estimate total volume somewhere around 5k trades/month, totaling about a million shares/month.
What do I need to do to take my prototype research MATLAB code to a real trading program? I'd probably start with about ~$10k to test and gradually increasing to about $100k if successful. Is that too little capital to bother with?
Broadly speaking, I know I need to set up datafeeds, backtest on more historical data, open a brokerage account, and code up a real-time version of the strategy, but I don't know what I don't know. Here are some questions that come to mind, but I'm sure there's lots more detail I'm missing:
- What do I need to know about order routing? Right now I just occasionally trade in my Fidelity account, so I have no idea how my order gets filled...
- What recordkeeping for tax purposes do I need to perform?
- Should/how do I set up a corporation for trading purposes?
Any advice and pointers to books, articles, etc. that would be useful are appreciated.
What do I need to do to take my prototype research MATLAB code to a real trading program? I'd probably start with about ~$10k to test and gradually increasing to about $100k if successful. Is that too little capital to bother with?
Broadly speaking, I know I need to set up datafeeds, backtest on more historical data, open a brokerage account, and code up a real-time version of the strategy, but I don't know what I don't know. Here are some questions that come to mind, but I'm sure there's lots more detail I'm missing:
- What do I need to know about order routing? Right now I just occasionally trade in my Fidelity account, so I have no idea how my order gets filled...
- What recordkeeping for tax purposes do I need to perform?
- Should/how do I set up a corporation for trading purposes?
Any advice and pointers to books, articles, etc. that would be useful are appreciated.