So, new here, and wow I'm extremely surprised to find a community and a website like this.
I consider myself pretty strong in Python and Talib, been doing it on my own for quite awhile pretty much all self-taught. I recently started doing quite well paper trading with my python programs, haven't broken into trading with real money based on my scripts (plenty of real money trading using manual TA/FA).
After the way I've been coding, the stuff I've seen here has been pretty overwhelming. However I really think my methods work and I'd like to try and port some of that logic over and test it out on this website. I think my questions could be answered very easily by any of the regulars here.
Basically the way my program works, is I poll for cvs files for each of the 5000ish tickers that have a line for the date,open,close,high,low,vol. My directory will have all 5000ish files named by the ticker symbol. I then have several sets of python scripts that run through all that data, each pushing a different algorithm. The programs each run independently and spit out usually between 2-20 ticker symbols that meet the criteria that I'm looking for per that algorithm. I'm kind of at a loss for even thinking about how I would go about shifting the way I'm doing things to the way it would need to run on this website's builder. Also I have some games going on investopedia if anybody wants to see the strength of some of my more recent algorithms. The most recent one I started on friday made over 2000 the first day for example.