PureBytes Links
Trading Reference Links
|
Well, thanks for acknowledging there is a problem. But I don't think
this will get me out of the woods yet. I didn't like the function names
used in the sample.dll so I 'fixed' the function table (as well as
updating each function statement)
See below:
FunctionTag gFunctionTable[] = {
"ExMACD", { ExMACD, 0, 0, 0,
0, NULL },
"ExMA", { ExMA, 1, 0, 1,
0, NULL },
"ExEMA", { ExEMA, 1, 0, 1, 0,
NULL }
};
Let me know if you have any other ideas.
Pete :-)
--- In amibroker@xxxxxxxxxxxxxxx, Dennis Brown <see3d@xxx> wrote:
>
> Pete,
>
> Yes, the sample.dll has a typo in it. I pointed it out in an earlier
> post:
>
> "It turns out that there is a typo in the function table. Both
> ExampleEMA and ExampleMA point to VExampleMA code. Since the file was
> last modified in 2001, it must have been there for 7 years and nobody
> noticed until now --or at least did not bother tell AmiBroker about
> it. It was lurking for all those years just waiting for a novice
> like me to get tricked into thinking the laws of programming physics
> were suddenly altered. LOL"
>
> BR,
> Dennis
>
> On Sep 21, 2008, at 2:59 PM, Pete 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 :-)
> >
> >
> > ------------------------------------
> >
> > Please note that this group is for discussion between users only.
> >
> > To get support from AmiBroker please send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> > Yahoo! Groups Links
> >
> >
> >
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|