-
How can I take part in this project?
My skils: react and ecosystem react (other librarys, state manager), html5, style-in-js, nodejs (basic), services cloud providers (aws, gcp, azure).
-
I'm comparing the results from TradingView charts (with ADX built in indicator), same input period, same candles (this is ok because the SMA for example is returning same values in TradingView and wit…
-
Hi @twopirllc ,
MACDAS, MACD AS, MACD-AS or Thomas Aspray's MACD is a special version of MACD indicator. People believe that, it reacts faster than classical MACD for buy/sell signals. Since it is ba…
-
Could you add the ability to import a custom pinescript script so we can add custom indicators
-
I mentioned here #97. an indicator that I like and use..
```python
def PMAX(dataframe, period = 10, multiplier = 3, length=12, MAtype=1, src=1):
"""
Function to compute PMAX
Arg…
-
hi。
when i use the RSI calc,it different with Tradingview。
the tradingview use RMA calc
url:https://www.tradingview.com/support/solutions/43000502338-relative-strength-index-rsi/
```
Calculatio…
-
**Which version are you running? The lastest version is on Github. Pip is for major releases.**
```python
import pandas_ta as ta
print(ta.version)
```
0.2.23b0
**Upgrade.**
```sh
$ pip i…
-
First of all, thank you for open sourcing this library, it's incredibly easy to use and it has indicators/studies that none of the other libraries i've checked have.
I was trying to run a backtest…
-
With the backtesting optimizer, can the values to be changed be arrays of different data lengths? The docs show this example where they are all the same length with 3 data elements each to be used by…
-
Hi,
I have been using your library to understand TA. First off, thank you for the amazing work. It has been really useful to have!
Wherever possible, I have been double checking the indicator va…