On Jul 1, 2013, at 1:42 PM, psb1967 <ps...@hotmail.com> wrote:

> Hi Ben,
> 
> 
> Benjamin Root-2 wrote
>> On Sun, Jun 23, 2013 at 6:29 AM, psb1967 &lt;
> 
>> psb67@
> 
>> &gt; wrote:
>> 
>> 
>>> 
>> Since nobody has replied, I would suggest asking your question on the
>> scipy
>> users list, which is more geared towards implementation of various
>> algorithms. The matplotlib mailing list mostly deals with plotting
>> questions.  When you need help with plotting your results, let us know!
>> 
>> Cheers!
>> Ben Root
> 
> May be it was my mistake posting a wrong request, without properly
> understanding the nature of this elite site, nevertheless, I am grateful for
> your taking time to reply and guide me in the proper direction.
> 
> I will give it a try with scipy user list.
> 
> Regards
> 
> Suresh
> 
> 

Suresh,  I think the most likely reason no one has answered is that the 
intersection of the set of matplotlib experts and the set of people who know 
what Bollinger bands are is too close to zero.  I'm a beginner at matplotlib, 
but I do know what Bollinger bands are, and I'd suggest your best approach is 
to take a look at the matplotlib demo gallery here:  

http://matplotlib.org/examples

in particular, study the code for the fifth example from the top here:  
http://matplotlib.org/examples/pylab_examples/plotfile_demo.html

which implements a plot of Open, High. Low, and Closing prices.  I'm assuming 
you know enough math to implement a Bollinger band version of a moving average, 
and can just substitute it for the code that plots the extra lines on the 
example.

Good luck,
Bill


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to