in Search

Volume Being display in a histogram

Last post 05-03-2008, 21:43 by C1Miller. 2 replies.
Sort Posts: Previous Next
  •  04-28-2008, 20:36 27063

    Volume Being display in a histogram

    Like  to see it like a histogram or option or what you like, and showing a color for neg. and another color for pos. and base on a 0 scale showing neg. and posit. positions.
  •  05-03-2008, 15:24 27118 in reply to 27063

    Re: Volume Being display in a histogram

    You mean something like this:

    If yes, you can do it with any version of Metastock:

    Create a new indicator with this formula:

    x:=If(C>Ref(C,-1),1,0);
    If(x=1,V,0); {Green}
    If(x=0,V,0); {Red}

    []s

    Bulli

  •  05-03-2008, 21:43 27122 in reply to 27063

    Re: Volume Being display in a histogram

    Thanks for all the help!

View as RSS news feed in XML