- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
Tick marks are shown only when up or down volume make up 90% (or more) of total volume. Used to higlight periods of panic buying and selling. |
|
90% Up and Down Volume {**********************************************} {Coded 4 MS by Piotr Kaleta -> Trader-Online.pl} {**********************************************} BR:= Input("% Shares ",1,100,90); AV:= Security("X.WSE-A",V); DV:= Security("X.WSE-D",V); UV:= Security("X.WSE-U",V); TV:= (AV+DV+UV); PB:= If( ( (AV*100) / TV) > BR, 1,0); PS:= If( ( (DV*100) / TV) > BR,-1,0); PB; PS |
More about interpretation of this indicator read Mike Hurley article "When The Market Speaks, It Pays To Listen" in TASC 6/2003. | |
| |
Source / From: |