PureBytes Links
Trading Reference Links
|
Schaff is nothing more than a stochastic of a MACD i.e.
X = EMA(C, ShortLength);
Y = EMA(C, LongLength);
XY = X - Y;
LLXY = LLV(XY, SomeLength);
HHXY = HHV(XY, SomeLength);
Schaff = 100 * (XY - LLXY) / (HHXY - LLXY);
--- In amibroker@xxxxxxxxxxxxxxx, "jimbo3000series"
<jimbo3000series@xxx> wrote:
>
> I have searched everywhere for coding of this indicator to be used
> with amibroker but I have not found one yet. There is a post on here
> with a coding to an indicator claiming to be the schaff_trend_cycle
> but it really just looked like a different version of a MACD. I have
> this indicator on Metatrader but the code is different and can't be
> used with amibroker's formula language. Is there someone who can
code
> this or knows how to code this indicator?
>
> Here's a link showing what the indicator looks like and a little
about
> what it does:
>
> http://www.cmsfx.com/en/trading-software/vt-trader-features/many-
> technical-indicators/schaff-trend-cycle/
>
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/
|