I'd like to write a study that instead of plotting something, it displays values in a Control Panel. Very similar to the esignal Cursor window.
As an example I would like to print the current value for the TRIN and TICK in a simple text-type box surrounded by a frame. This information box would display either on top of the chart window or alternatively in a separate window pane below.
I'v tried using DrawTextAbsolute or DrawTextRelative but these move in relation to the main chart data as bars are added or if your scroll left/right. The Control panel needs to remain fixed in situ very much like the esignal Cursor window.
Anyone any ideas of how I go about writing this.
As an example I would like to print the current value for the TRIN and TICK in a simple text-type box surrounded by a frame. This information box would display either on top of the chart window or alternatively in a separate window pane below.
I'v tried using DrawTextAbsolute or DrawTextRelative but these move in relation to the main chart data as bars are added or if your scroll left/right. The Control panel needs to remain fixed in situ very much like the esignal Cursor window.
Anyone any ideas of how I go about writing this.
Comment