I am implementing a pair trading strategy and need to print my residual values. When I try to do this, using a PrintChar() method, I get a graph that has a Y-axis starting from 0 when 0 is on the bottom of the chart. What this means is that I can not see any of the negative values. Also, is there a way to specify a scale for values displayed on Y axis. Current Y axis reading goes from 0 to 1; only positive values are visible.Is there a way to customize the Y-axis so taht data from -3 to +3 are being displayed? Thanks
Max
Size:
Color:
Max,
To specify a scale for values on Y axis of a particular pane, use SetPaneMinMax. However, the Y axis should display whatever you throw at it. If you can show us a code snippet, we'll probably can tell what's the reason.
Size:
Color: