PureBytes Links
Trading Reference Links
|
> Add the "Custom 2 line" indicator to your chart. Set input1 to H,
> input2 to L. Put it on a available subgraph, scaling to screen, and
> you are all set. The status line of the indicator would show the
> high & low of the CURRENT bar, whatever they might be.
That's a nice simple solution, but remember to set the indicator
to "update every tick." You can put it on the same subgraph as
your symbol's chart, as long as the status line isn't already too
full.
You could also write your own indicator to plot text onto the
chart, but Abhijit's approach is much simpler.
Gary
|