MatPlotLib ~~ screenshots
QuantLib
SciPy
Numarray
Simpy
Support open source SourceForge...etc.
http://www.python.org
QuantLib
SciPy
Numarray
Simpy
Support open source SourceForge...etc.
http://www.python.org
It's even simpler if you use a high level language like Matlab. You could start with a single data structure you load from a csv file like:Quote from bundlemaker:
prophet, yep, like what you said.
The biggest challenge is I can't program (at least not yet). I don't have a concept of how to group the data. I think the code guys call it a data structure.
Should I think about creating an array for each bar? The array could hold all the stat's.
Thanks much for your reply.
,6 ). The entire "structure" for bar # 12345 is data(12345,: ). There is no need to define structures or classes, allocate arrays. Matlab handles the details. By the way I put some spaces after the : since ET converts
to smiley faces.
,4)-data
,5); % high - low
,6)-data
,5))./bar_range; % relative position of closing price in each bar
,6),1,1))]; %absolute value of close->close price changes (volatility).
,6),1);
,6),[zeros(n,1); ones(n,1)/n],'same'); % this uses a convolution and is slower, but can do arbitrary shaped moving averages.
,6).*data
,7).*[0; sign(diff(data
,6),1,1))],ma_filter,'same');
,6)); %plot closing prices;Quote from ktmexc20:
MatPlotLib ~~ screenshots
QuantLib
SciPy
Numarray
Simpy
Support open source SourceForge...etc.
http://www.python.org
,3:5) or data
,open:close) if I want the OHLC fields as a 2D array instead of having to construct [data.open data.high data.low data.close] if I was using a structure. Otherwise the structure is cleaner. I use structures quite a bit, mostly for all the small arrays and scalars variables, less often for the large arrays. I just came across this... Looks goood!... PyTablesQuote from ktmexc20:
MatPlotLib ~~ screenshots
QuantLib
SciPy
Numarray
Simpy
Support open source
SourceForge...etc.
http://www.python.org
Jmedved:Quote from jbusse:
Anyone know how much effort it would take a professional programmer to, as Mr. Medved says, "put together the needed connector" between Matlab and Quotetracker? The way I look at it, the ability to hook up to Quotetracker would save me thousands a year (the difference in monthly data fees between something that currently works with the Matlab Datafeed Toolbox, such as Bloomberg, and the cheaper alternatives that work with QuoteTracker, such as eSignal). Anyway, I'd gladly pay a programmer to do this if it wasn't too expensive.