[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: TC2000 MoneyStream Bop TSV



PureBytes Links

Trading Reference Links

This is the message posted about TSV but I havenīt found anything on 
TC moneystream or Ballence of Power !  Offcourse can you use TC2000 
plugin but if you use other service like QP etc this is not the case.

I know these indicators are propretary but if someone could already 
explain a little how they work then maybe we could give it a try.
Thanks


  Message 43066 of 43791  |  Previous | Next  [ Up Thread ]  Message 
Index             Msg #     
 
From:   "the_chairmann" <jhart_1972@xxxx> 
Date:  Mon Jun 23, 2003  4:17 pm
Subject:  Re: Worden Formulas

 
  

So there is a high correlation between the two? - LOL Thanks Ken. 
I better hurry up and process this before Worden's gang find it 
posted here and demand its removal


--- In amibroker@xxxxxxxxxxxxxxx, "Ken Close" <closeks@xxxx> wrote:
> I have found the following formula a close approximation to TSV. It
> passes my "eyeball" test. I am not the author of the formula and 
can
> not explain why it does such a fairly good job of approximating 
the TSV
> of TC2k. I know of no equivalent approximate formula for 
MoneyStream.
> 
> 
> Ken
> 
> T = 18; // For a TSV with 18 day period
> TMA = 9; // For MA of TSV
> 
> Alpha = 2/(T+1);
> 
> TSVd= ( C-Ref(C,-1)) / ( H-L )*V; 
> /* The following calculates Exponential Average for TSV */
> TSV_exp = 100*(AMA(TSVd,Alpha) * T/10000000);
> 
> TSV_ref= Sum((( C-Ref(C,-1)) / ( H-L ))*V, T ); //for reference
> 
> /* The following is simple TSV */
> TSV = MA(TSVd,T) * T/10000000;
> 
> TSV_MA = MA(TSV_exp,TMA);
> 
> //Plot(TSV,"TSV",4,4 + 2);
> //Plot(TSV,"TSV"+ WriteVal(T,1.0),5,4);
> Plot(TSV_MA,"MA",4,4);
> Plot(TSV_Exp,"TSV(exp)",colorYellow,4);
> Plot(0,"",7,1);
> 
> -----Original Message-----
> From: the_chairmann [mailto:jhart_1972@x...] 
> Sent: Monday, June 23, 2003 9:04 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Worden Formulas
> 
> Does anyone know the formulas to Worden's Time Segmented Volume 
and 
> Moneystream? I've always found them to be pretty interesting but 
> now that I've switched away from TC2000 I no longer have access to 
> them.
> 
> 
 
 


--- In amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:
> Ron,
> I cannot recall who sent me this (Ken??)but here is an 
approximation of
> TSV......
> 
> 
> /* Modified TSV calculation from Mohan
> on 11/26/02 */
> 
> T = 18; // For a TSV with 28 day period
> TMA = 10; // For MA of TSV
> TSVd= ( C-Ref(C,-1)) / ( H-L )*V;
> /* The following is simple TSV */
> TSV = MA(TSVd,T) * T/10000000;
> TSV_MA = MA(TSV,TMA);
> 
> Plot(TSV,"TSV",IIf(tsv>0,5,4), 2);
> //Plot(TSV,"TSV"+ WriteVal(T,1.0),5,4);
> Plot(TSV_MA,"MA",6,4);
> //Plot(0,"",7,1);
> 
> 
> 
> 
> Regards,
> Jayson
> -----Original Message-----
> From: mrdavis9 [mailto:mrdavis9@x...]
> Sent: Sunday, July 06, 2003 12:38 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] TC2000 MoneyStream Bop TSV
> 
> 
> Jayson, thanks for your advice yesterday.   I don't have TC2000.   
I want to
> do some testing with  whatever Amibroker simulations of TSV, BOP, 
and
> Moneystream that may have been developed.  I saw a post within the 
past two
> weeks regarding one of them, but I am unable to locate where I 
saved it in
> my favorites folders.  I'd appreciate someone posting them, or 
offering
> suggestions about how I might  find them.  Ron D
> 
>   ----- Original Message -----
>   From: Jayson
>   To: amibroker@xxxxxxxxxxxxxxx
>   Sent: Sunday, July 06, 2003 11:03 AM
>   Subject: RE: [amibroker] TC2000 MoneyStream Bop TSV
> 
> 
>   Mikey,
>   If you use TC2000 then this indicator is available via the plug-
in using
> getextradata......
> 
>   Regards,
>   Jayson
>   -----Original Message-----
>   From: mickeyamelinckx [mailto:mickeyA@x...]
>   Sent: Sunday, July 06, 2003 10:05 AM
>   To: amibroker@xxxxxxxxxxxxxxx
>   Subject: [amibroker] TC2000 MoneyStream Bop TSV
> 
> 
>   Anyone have been able to simulate TC2000 Moneystream, Ballance of
>   Power or Time segmented volume already for AB ??
>   Because the possibility is here in AB making indicators of full 
db
>   of stocks.
> 
> 
> 
>   Send BUG REPORTS to bugs@xxxx
>   Send SUGGESTIONS to suggest@xxxx
>   -----------------------------------------
>   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.
> 
> 
>   Send BUG REPORTS to bugs@xxxx
>   Send SUGGESTIONS to suggest@xxxx
>   -----------------------------------------
>   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.
> 
> 
>       Yahoo! Groups Sponsor
>             ADVERTISEMENT
> 
> 
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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.


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Save on Coral Calcium. Get Better Health and
Stronger Bones. Seen on TV
http://www.challengerone.com/t/l.asp?cid-2805&lp=calcium2.asp
http://us.click.yahoo.com/9gf46B/EfUGAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->

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 http://docs.yahoo.com/info/terms/