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

Changing settings for indicators #340

Closed
Sirut opened this issue Apr 23, 2024 · 3 comments
Closed

Changing settings for indicators #340

Sirut opened this issue Apr 23, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Sirut
Copy link

Sirut commented Apr 23, 2024

Description

It's probably already been asked, and maybe it's a feature we'd all like and maybe someone found a workaroud.

But there would be a method to change the settings of an indicator via GUI? Even reloading the entire window.

I'm currently working with the basic code provided in the examples linked to some dataframes from CSV.
What I'm trying to figure out is how I could change an SMA setting without touching the code every time.

Many thanks to anyone who wants to contribute to the discussion

Code example

No response

Method of implementation

No response

@Sirut Sirut added the enhancement New feature or request label Apr 23, 2024
@brusand
Copy link

brusand commented Apr 24, 2024

and if you add each indicator on the topbar as button ? then when you click on it you can add dedicated forms no ?

@Sirut
Copy link
Author

Sirut commented Apr 24, 2024

and if you add each indicator on the topbar as button ? then when you click on it you can add dedicated forms no ?

Well, yes this seems to be a solution. It hadn't occurred to me. I'll try to do some tests and see what comes out. thanks for the advice

@Tapanhaz
Copy link

Tapanhaz commented May 9, 2024

You can maintain a dict with the line object and params for this type of indicator. But I didn't find any subchart delete method (for indicators like rsi.). And not able to show horizontal lines in those charts (using pyqt5).

@louisnw01 louisnw01 closed this as not planned Won't fix, can't repro, duplicate, stale May 25, 2024
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

4 participants