PureBytes Links
Trading Reference Links
|
<SPAN
class=384074617-14102003>thanks, much appreciated. seems like there's a new
version just out too (:-)
<SPAN
class=384074617-14102003>
<SPAN
class=384074617-14102003>any chance of variable period RSI, CCI, ROC and
the rest of the AB indicators I'm forgetting right now? some of these I've coded
up myself in AFL, but they're much slower than the built in versions. I'd
imagine your dll would be pretty close to built in speed,
yes?
<SPAN
class=384074617-14102003>
<SPAN
class=384074617-14102003>dave
<BLOCKQUOTE
>In
Indicators.dll varperiod Indicators
areStochasticGraphXSpace=1;Plot(StochK(9,1),"",colorBlue,1);Plot(scStoch(9),"",colorGreen,1+8);Plot(scStoch(RSI(14)),"",colorRed,1);EmaPlot(EMA(C,21),"",colorBlue,1);Plot(scEMA(C,21),"",colorGreen,1+8);Plot(scEMA(C,RSI(14)),"",colorRed,1);Plot(C,"",1,64);LinregslopePlot(LinRegSlope(C,21),"",colorBlue,1);Plot(scLinRegSlope(C,21),"",colorGreen,1+8);Plot(scLinRegSlope(C,RSI(14)),"",colorRed,1);MFI
// just added
todayPlot(MFI(21),"",colorBlue,1);Plot(scMFI(21),"",colorGreen,1+8);Plot(scMFI(RSI(14)),"",colorRed,1);>
thanks stephane, I'll take a look. until I do, can you tell me if it
also> contains variable period versions of other built in AB
indicators? other> than allowing variable periods, do they perform
the same as the native> versions? if so, that'd be a nice
workaround until variable periods are a> native AB capability for
everything.> > dave> if you want, in
indicators.dll there is a Ema with variable period>
> Plot(scEMA(C,RSI(14)),"",colorRed,1);>
Plot(C,"",1,64);> > >
stephaneSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|