-
Hello, EarnForex Dev team!
It has been a while since I have read the Tom's book and was looking for an open source solution.
Pinescript version from a guy named **glaz** looked interesting to me. …
-
hi i want to write this indicator
here is the link
https://tr.tradingview.com/v/Pcbvo0zG/
good entry points give it..
when crossabove 0 or 20 is it buy signal ..
-
- [x] I'm sure this issue is not a _duplicate_.
- Issue Type: Bug
- Extension Name: vscode-icons
- Extension Version: 10.1.1
- OS Version: macos catalina 10.15.4
- VSCode version: 1.45
fil…
AruXc updated
4 years ago
-
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…
-
**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…
-
@twopirllc Thanks for creating this wonderful python module.
I'm extensively using this module for my algos.
when i use the ATR func,the return different with tradingvew.
it mabe use rma to calc…
-
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…
-
This file is mentioned in the wiki but can't find it anywhere.
tomav updated
4 years ago
-
Hello,
I have noticed an issue when it comes to parsing code.
From the example below, you can see an exponential performance impact:
```
ms Code
--------------------------------------------…