Who has created a bot to play the stock market and what kind of return did you see? I'm currently still in very alpha stages but I can play the stock market with play money and get some very nice results using historical real time data. Currently I have around 8 parameters that go into configuring the buy and sell function. When I varied these and did a random search, I found one result that got 130% return over 18 trading days. Which is ~7% day. I'm not sure I believe these numbers myself but I would like to know what others have seen in their own bots. I think any inefficiency I find in the stock market could not be exploited for long so I think I would always have to continuously vary the parameters over time with the best results over some past time frame. My strategy is essentially by low over a period of time and sell high. The stocks being processed are pre-selected by me. I select a mix volatile and blue chip stocks. My buy sell function seems to like the volatile stocks though.
Currently I've written it in python and have had crazy ideas of making spin offs such as web services or a phone application. I have a bunch of crazy ideas including open sourcing it and even making something like a folding at home to harness all of our cpu power for our collective trading benefit. None of this will probably happen, I just have wild ideas. Kind of hard to follow through your ideas when working 40+ hours a week.
Anyway if anyone has had success with this I would like to hear what you're willing to share. Such as architecture, programming language used, stock market return, strategies, etc. Also if you don't think it is possible to make a bot that consistently wins I would like to hear your reasons. I have put about 8 months into this project and sometimes I feel like I'm chasing after something that doesn't exist.