stock-screener icon indicating copy to clipboard operation
stock-screener copied to clipboard

A collection of notebooks I used in my Medium articles.

Results 2 stock-screener issues
Sort by recently updated
recently updated
newest added

Great work, I've tried your code to plot the BTC/USDT on Binance and compare it with TV charts. The values are ok, but the colors of the crosses are not...

Python version 3.9 get_supertrend(high, low, close, lookback=10, multiplier=3) Traceback (most recent call last): File "C:\Users\Sinan\miniconda3\envs\TradingView\lib\site-packages\pandas\core\indexes\base.py", line 3790, in get_loc return self._engine.get_loc(casted_key) File "index.pyx", line 152, in pandas._libs.index.IndexEngine.get_loc File "index.pyx", line...