Here is an updated version (bug removed) .
I also added two other constructors :
- a second one which allows the passing of the iSeries reference to the KAMA : "public KAMA(int periods, ISeries Input)"
- a third one which gives access to the lower and upper limits of the KAMA, in case someone wants to play with that "public KAMA(int periods, ISeries Input, int fastLength, int slowLength)".
Trying to build a DLL for Blousetrader. The DLL is building OK inside VS.
Now , before posting it, how can I try it inside RE ?
I checked the Reference->Add in the Help Topic, but this seems to refer to Visual Studio, doesn't it ?
So how can I add it to a project inside RE ?
Thanks,
Pierre
Edited:
Thursday March 11 2010 by
pch