Closed ppokhare closed 1 year ago
with JS lightweight charts one can change how precise you want the price to be by:
priceFormat: { precision: 6, minMove: 0.000001 }
but I don't see that option here.
In the below example, 2 decimal points does not tell enough information
priceFormat:
You Can Pass the Parameters while marking series.
refer this notebook for more details on how to use it. https://colab.research.google.com/drive/1LT3qd6SNw53bRfew1L2R7zlA73RS2FWJ?usp=sharing
with JS lightweight charts one can change how precise you want the price to be by:
priceFormat: { precision: 6, minMove: 0.000001 }
but I don't see that option here.
In the below example, 2 decimal points does not tell enough information