Howard, Well, there are two sides to this issue. One is the fact I cannot get a standard built-in moving average to work on ExampleZscore. I have to use ExampleMA to get any moving average of ExampleZscore to work. The other side of the problem is I cannot get ExampleEMA to work at all. I figure there is probably a coding error somewhere is that function supplied with the ADK. But I have no idea where to look as I have zero experience coding C++.
BTW, thanks for a terrific book. I'm going to be using it as a key reference for long time. Pete :-) --- In [email protected], "Howard B" <[EMAIL PROTECTED]> wrote: > > Greetings -- > > Tell me more about your problem. > > If you look at the code for ExampleZScore, you will see that it can be > applied to any series -- not only the Close. > > Thanks, > Howard > > > > > On Sun, Sep 21, 2008 at 11:59 AM, Pete [EMAIL PROTECTED] wrote: > > > I successfully added the Sample.dll plug in and the formulas within > > the plug in are not working consitantly. I plot the ExampleMACD() and > > then try adding a standard MA or EMA to the histogram. It works fine > > but when I try to apply the ExampleEMA from sample.dll it does not > > work. I did not modify it from it's original form and was wondering if > > there is a known issue with this. > > > > In another case I downloaded and added the ExampleZscore file from > > Quantitative Trading Systems book and the only moving average I can > > apply to it is the ExampleMA from sample.dll. All other moving > > averages whether standard built in versions or the ExampleEMA supplied > > in sample.dll do not work with the ExampleZscore. > > Well, I know this was a long post but I wanted to make sure I > > described the problem in detail. Please let me know if there is a fix > > for this very strange problem. I have very little experience with plug > > ins so it may be a very simple solution that eludes me. > > Thanks. > > > > Pete :-) > > > > > > >
