PureBytes Links
Trading Reference Links
|
Stoc1 = StochD(14);
Stoc2 = StochD(28);
Stoc3 = StochD(42);
etc
Plot(Stoc1,"",coloryellow,styleline);
Plot(Stoc2,"",colorgreen,styleline);
Plot(Stoc3,"",colorblue,styleline);
etc
----- Original Message -----
From: "areehoi" <hoierman@xxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Wednesday, January 14, 2004 11:39 AM
Subject: [amibroker] TSV - (time segmented volume) indicator
> Hi all:
> We had the privelage of the 4MACD system being presented to our users
> group by Bob Cumming the gentleman who originated this excellent
> indicator. Bob uses TC 2000 and one of the componets he uses with
> 4MACD is the TSV indicator. This a a propriatory indicator develepoed
> by Don Worden. As I recall someone at one time our other developed a
> "work around" of this indicator in AmiBroker. If so, would they be so
> kind as the post the code. Also, he uses Stochastics with 4 different
> period and of course seperate color lines. The canned Stochastics in
> AmiBroker is standard. If anyone has developed a Stochstics that will
> do this a post of the code will be most appreciated. Thanks for the
> anticipated help.
>
> Dick H.
>
>
> 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
>
>
> Yahoo! Groups Links
>
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> 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/
>
>
>
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
Yahoo! Groups Links
To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
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/
|