TechfaneTechnologies / pytvlwcharts

An Experimental Python Wrapper For Tradingview's Lightweight-Charts To Be Used In Notebook Environments (Google Colab).
https://techfanetechnologies.github.io/pytvlwcharts/README.md
Apache License 2.0
335 stars 75 forks source link

is there a way to change how precise you want the price format to be? #8

Closed ppokhare closed 1 year ago

ppokhare commented 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

Screenshot 2023-01-18 at 21 33 22
MooneDrJune commented 1 year ago

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

image

image