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 are is too close to zero. I'm a

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

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

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 > algorithms. The matplotlib mailing list

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

2013-07-01 Thread Benjamin Root
On Sun, Jun 23, 2013 at 6:29 AM, psb1967 wrote: > 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 >