Groups.drupal.org is a part of the drupal.org group of sites. Logging in on this site requires an account on the main drupal.org site. If you do not have an account on drupal.org, you will need to create one, log in over there, and then come back here where you should automaticall
Thanks!


hmm, well i'm currently
hmm, well i'm currently working on a modified version of the stockapi.module and stock.module which i plan on being able to generate my own graphs but I haven't reached that point yet. I'm still trying to figure out the best way to manage all the stock data. do you have any thoughts on how one would go about converting the numbers to a graph? I'm a self taught amateur wannabe website maker, haha so my progress is a little slow.
A couple of possibilities
Hello, new here, nice to meet you.
I found this site recently: http://trading-shim.org/
I haven't looked into it very much, but it could be promising.
This is a Linux program that sucks data out of Interactive Brokers' Trader Workstation and databases it. It's written in C++, but could probably be done in PHP too. Or, I guess it could be used as-is and configured to insert tables into the Drupal database. You could also keep uing Yahoo! for the data source and translate the database code into PHP.
Another idea I had was to use MetaTrader as a DDE server. I don't know if there's a way to use DDE on Linux though.
As for charting, I haven't found any PHP code specifically for stock-style charts with indicators, but it must be out there somewhere. I'd also want to be able to write custom indicators like with MetaTrader. Things I've found that might possibly work include phpplot, ChartDirector, and jpgraph. I think one of these is non-free, but I think they all at least do candle charts. It might also make sense to look for software written in Java and Flash and stuff.