I'm using an indicator's double series to plot price values on market analyzer as column.
However, issue is the precision of these double type price values is not same as that of ticksize for a given instrument. Most of the time values get displaced with either 2 or 3 digits after decimal, while the corresponding instrument's prices (Bid, Ask, etc.) display with higher precision (say 5 digits after decimal for EURUSD).
Is there a way to enhance precision of double values sent from indicator to MA?
Kind Regards
Vivek

Comment