I have an indicator that only outputs a component of an instrument's price. That is, conditionally, the output is either high or low of the instrument. If we consider EUR (6E) as an example, the output of this indicator will be something like 1.3132, 1.3246, etc.
The problem that I have encountered is that the Dataseries seems to be round the decimal portion to two significant digits. The values from the above example are plotted as 1.31 and 1.32 respectively which renders the indicator completely useless.
Is there away to correct this?
Thank you very much in advance.
Comment