- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
Re: Time Segmented Volume · To: metastock@xxxxxxxxxxxxx · Subject: Re: Time Segmented Volume · From: Mike Campbell <ug@xxxxxxxxxxxx> · Date: Wed, 16 Aug 2000 06:19:03 -0700 (PDT) · In-Reply-To: <F772PVUlT3XIhFTN6Bt000007fa@xxxxxxxxxxx> · References: <F772PVUlT3XIhFTN6Bt000007fa@xxxxxxxxxxx> · Reply-To: metastock@xxxxxxxxxxxxx · Sender: owner-metastock@xxxxxxxxxxxxx j seed writes: Wish I could vouch for the accuracy of the formula but I can't. I do think that the use of the "If" statement eliminates the need for additional parentheses. Try it both ways and see if it makes a difference. I think he means arithmetically. |
|
Time Segmented Volume {TSV..plot with MA of 9} (Sum(If( C, >,Ref(C,-1), +V*C-Ref(C,-1),If(C,<,Ref(C,-1),-V*C-Ref(C,-1),0)),18{18})) |
�
As written, -V*C-Ref(c, -1) would (in every other system I've seen) mean: (-V * C) - Ref(C, -1) whereas what is probably meant is -V * (C - Ref(C, -1)) since "*" binds tighter than "-". [19039] Re: Float Analysis · To: metastock@xxxxxxxxxxxxx · Subject: Re: Float Analysis · From: Christian Baude <BAUDECB@xxxxxxxxxxxxx> · Date: Sun, 17 Sep 2000 20:54:53 -0400 · In-Reply-To: <001f01c01b3f$f02dd900$b857a018@xxxxxxxxxxxxxx> · References: <NEBBINAGALPOBHKNKNHCIECICBAA.ibarra5@xxxxxxxxxxxx> · Reply-To: metastock@xxxxxxxxxxxxx · Sender: owner-metastock@xxxxxxxxxxxxx On Sun, 10 Sep 2000 10:58:19 -0500, you wrote: TSV (time segmented volume) takes the volume traded over a shorter period of time and adds it to the cumulative volume in a similar manner as with OBV. I think that the cumulative TSV for the day is added/subtracted to the cumulative daily TSV. I no longer use TC2000 since they went Win9x. Does that match the TSV? TSV - Time Segmented Volume Sum(If(C,>,Ref(C,-1),+V*C-Ref(C,-1),If(C,<,Ref(C,-1),-V*C - Ref(C,-1),0)),18) {with a moving average of 9} -= Chris ß =- Using FastTrack/FastRUBE/FastTools/Trade/EZPnF/PSM/MetaStock FastBreakPro/SpeedResearch/Agent/InfoSelect [18395] | |
| |
Source / From: | |