Matthias
Matthias
**Is your feature request related to a problem? Please describe.** Calculating an indicator is currently possible in 2 ways (that i am aware of). ``` python import pandas_ta as pta...
🐛 **Describe the bug** When uploading settings from a remote environment, local extensions are missing. When then using download settings in a local project, the previously installed settings will be...
Fixes bad behaviour when passing in a `np.integer` type instead of a regular integer `crossed_above(series, 25)` does work, while `crossed_above(series, np.int64(25))` does not work. Obviously, np.floating uses the same, but...
the implementation of `rolling_max()` seems to be a copy of `rolling_min()` - including using `.min()` instead of `.max()`.
**Screenshots** the (quite bright) borders between the lines make it quite difficult to concentrate on the diff lines itself, when it's a diff of more than 2 lines.  The...
## Describe the enhancement we could have a `UserPairlist` (name to define - this one is probably not good) pairlist, which will either provide a full pairlist (simliar to staticpairlist)...
- Extension version: v0.47.2022072609 - VSCode Version: 1.69.2 - OS: linux Steps to Reproduce: * After editing a multi-line review comment, Rendering becomes distorted (newlines are missing).  Clicking the...
### Roadmap / Next steps: * [x] Finish implementation of a control interface supporting all options telegram supports * [x] blacklist - add element to it done in 5afe652 *...
**Is your feature request related to a problem? Please describe.** Current graphs don't support Area charts. These would be useful for things like Bollinger Bands (or 70/30 lines in RSI...
The first request (to get the list of available Scripts) seems to succeed (or go through cache) with the following settings, however when then adding/downloading the .gitignore file, the following...