Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Compare or Add Symbol" and Log Scale #491

Open
rajkshinde opened this issue Dec 4, 2024 · 1 comment
Open

"Compare or Add Symbol" and Log Scale #491

rajkshinde opened this issue Dec 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@rajkshinde
Copy link

rajkshinde commented Dec 4, 2024

Description

Hello All,

Please guide me to a sample or resource if below already exists

Suggestion 1: Compare or Add Symbol
As far as I see the documentation and examples around, we dont seem to have "Compare or Add" another df to the same chart window. TradingView sample as below. This is beneficial for comparative study and sector rotation

image

Suggestion 2: Log scale
Though it can be achieved on the dataframe OHLC values it self. But it should help if we have a dedicated option to toggle between log charts

Thanks in advance!

Code example

chart.compare(df2) #it can be of same chart type as for df1 (candlestick/ line etc)

Method of implementation

No response

@rajkshinde rajkshinde added the enhancement New feature or request label Dec 4, 2024
@Aym3nJ
Copy link

Aym3nJ commented Dec 7, 2024

i don't know about the compare but for log scale we already have an option to turn it on
chart.price_scale(mode='logarithmic')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants