Jump to content
Medved Trader Forums
  • 0

Volume indicator in dollar amount for stocks


3acor

Question

3 answers to this question

Recommended Posts

  • 0

You can make it yourself as an advanced paintbar...

All you have to do is this:

public void MainCalculation()
{
    SetColor("VolColor", SysColor.MainIndicator1);
    SetYValue(BarVolume*(Open+Close+High+Low)/4);
}

Then place the paintbar on an extra chart at the bottom make its width 1 and shape let's say square.

You can even combine Volume and this paintbar into one chart, with one scale on one side and the other on the other.

image.png

 

  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...