Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 2/12/2005 Posts: 11
|
How do I plot a simple custom indicator "Price.close X Vol" ?
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
C*V
If you use SQR(C*V), it will keep the numbers from getting so big.
|
|
Registered User Joined: 2/12/2005 Posts: 11
|
Here's what worked for me.
plot = (price.Close * (volume.value * 100))
BTW, it turns out that there is a pre-built indicator available for this called "Dollar Volume".
Thanks, for response.
|
|
Guest-1 |