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

Update tools.py #268

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

Update tools.py #268

wants to merge 48 commits into from

Conversation

Saran33
Copy link

@Saran33 Saran33 commented Aug 16, 2021

Added ability to format bar chart textangle as a kwarg, add hoverinfo formatting which differs from the y axis tick formatting.

Saran33 added 30 commits August 16, 2021 13:45
Added ability to format bar chart textangle as a kwarg, add hoverinfo formatting which differs from the y axis tick formatting.
Changed some naming string conventions that were displaying "Close" in the hoverinfo. Also added Adaptive Moving Average (AMA) study, which can be created with either ta-lib or ta.
Changed some naming string conventions that were displaying "Close" in the hoverinfo. Also added Adaptive Moving Average (AMA) study, which can be created with either ta-lib or ta.
Added ability to format bar chart textangle as a kwarg, add hoverinfo formatting which differs from the y axis tick formatting.
Added ability to format bar chart textangle as a kwarg, add hoverinfo formatting which differs from the y axis tick formatting.
Changed "textangle" argument  to "anntextangle" for annotations, so as to avoid conflict with the textangle argument used for angling the text in bar charts etc (I added the plotly argument  "textangle" for bar chart text in another update).
Fixed some conflict beteween arguements named "textangle", used for annotations and labels on bar charts.
Added ability to format bar chart textangle as an argument, add hoverinfo formatting which differs from the y axis tick formatting.
Added ability to format bar chart textangle as an argument, add hoverinfo formatting which differs from the y axis tick formatting.
Added ability to format bar chart textangle as an argument, add hoverinfo formatting which differs from the y axis tick formatting.
Added ability to format bar chart textangle as an argument, add hoverinfo formatting which differs from the y axis tick formatting.
Changed some naming string conventions that were displaying "Close" in the hoverinfo. Also added Adaptive Moving Average (AMA) study, which can be created with either ta-lib or ta.
Changed some naming string conventions that were displaying "Close" in the hoverinfo. Also added Adaptive Moving Average (AMA) study, which can be created with either ta-lib or ta.
Changed some naming string conventions that were displaying "Close" in the hoverinfo. Also added Adaptive Moving Average (AMA) study, which can be created with either ta-lib or ta.
Added ability to format bar chart textangle as an argument, add hoverinfo formatting which differs from the y axis tick formatting.
Added ability to format bar chart textangle as an argument, add hoverinfo formatting which differs from the y axis tick formatting.
Saran33 added 18 commits August 17, 2021 00:23
Changed some naming string conventions that were displaying "Close" in the hoverinfo. Also added Adaptive Moving Average (AMA) study, which can be created with either ta-lib or ta.
Workaround for a race condition when calling get_config_file(*args) from multiple threads.
Workaround for a race condition when calling get_config_file(*args) from multiple threads.
Added Plotly colorscale list option for heatmaps.
Updated hard-coded default Kalman Filter parameters in ta.py
Updated get_range_selector() function to return steps='day' and cnt=cnt*7, as the 'week' step is depreciated in Plotly 5.5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant