//////////////////////////////// BAR SCALAR
/////////////////////////////////
// When developing short-term trading systems that use complicated
formulea
// it helps the be able to see system response to a changing bar. While you
// can step through a price chart to try and understand system behavior it
is
// much easier to just place the cursor on the chart and modify the next
bar
// accoring to some user input. The code below "scales" or "stretches" the
bar:
// it magnifies HLC prices wrt the Open price of the bar. This allows you
to
// test your system with gradual price changes and under controlled
conditions.
// This is much easier then waiting for Real-Time price changes to show
their
// effect.