Re: [Matplotlib-users] To add Bollinger Bands in finance_work2.py

2013-07-11 Thread psb1967
Hi Bill, Made an important move, after a log jam for quite some. I spent some time exploring *TA-LIB for python*. Today I tested plotting Bollinger bands, SMA, WMA etc on my 5 min. intraday hist. chart. It was not bad. The most important one, *Hull Moving Average (HMA)* which is back bone to my

Re: [Matplotlib-users] To add Bollinger Bands in finance_work2.py

2013-07-01 Thread psb1967
William Ray Wing wrote > On Jul 1, 2013, at 1:42 PM, psb1967 < > psb67@ > > wrote: > > > 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

Re: [Matplotlib-users] To add Bollinger Bands in finance_work2.py

2013-07-01 Thread psb1967
Hi Ben, Benjamin Root-2 wrote > On Sun, Jun 23, 2013 at 6:29 AM, psb1967 < > psb67@ > > wrote: > > >> > Since nobody has replied, I would suggest asking your question on the > scipy > users list, which is more geared towards implementation of various >

[Matplotlib-users] To add Bollinger Bands in finance_work2.py

2013-06-23 Thread psb1967
Hi, I am new to programming and this is my first major work. I wish to add Bollinger Bands and Hull Moving Average(HMA) in finance_work2.py. Need your guidance. Installation details: Windows 7 Python 3.3.2 Matplotlib 1.2.1 Numpy 1.7.1 Ta-Lib As it is I don't have any issues running the script