v3.0.0 release-candidate #56
shner-elmo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changelog
Added:
col
forColumn
.set_index()
andset_property()
methods.not_like()
empty()
not_empty()
in_day_range()
in_week_range()
in_month_range()
Improvements
Column.has()
andColumn.has_none_of()
to accept both a string or a list of strings.set_tickers()
with resetting the markets.AND
/OR
filters in your query. i.e.:Breaking changes
Column
does not convertdisplay-name
toname
anymore.E.g.: you will have to replace manually
Price
withclose
, orVolume*Price
withValue.Traded
.The full mapping is updated daily here:
https://shner-elmo.github.io/TradingView-Screener/fields/stocks.html
Refactoring
constants.py
to the website:https://shner-elmo.github.io/TradingView-Screener/fields/stocks.html
This discussion was created from the release v3.0.0 release-candidate.
Beta Was this translation helpful? Give feedback.
All reactions