Giter Site home page Giter Site logo

yongghongg / stock-screener Goto Github PK

View Code? Open in Web Editor NEW
126.0 6.0 50.0 1.98 MB

A collection of notebooks I used in my Medium articles.

Home Page: https://yonghongtan.medium.com

Jupyter Notebook 100.00%
technical-analysis stock-market jupyter-notebook medium tradingview stock-screener

stock-screener's Introduction

About Me ๐Ÿ™‹โ€โ™‚๏ธ

Hi there, I am a full-stack capable frontend developer specializing in JavaScript frameworks including React and Angular.
I am also comfortable working with backend technology using Node.js, C#, MongoDB, as well as SQL database.
Also experienced in data analysis using Python.
Fluent in 4 languages, a good communicator and a writer on Medium with more than 100k views.

Connect with me ๐Ÿค

linked-in medium

Skills ๐Ÿ”ฌ

Frontend

javascript html nodejs react


Backend

nodejs mongodb nodejs



Certifications ๐Ÿ”–

az-900 az-204 az-204

Top Languages Used

Top Langs

Medium Blog Posts

stock-screener's People

Contributors

yongghongg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

stock-screener's Issues

supertrend exception

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 181, in pandas._libs.index.IndexEngine.get_loc
File "pandas_libs\hashtable_class_helper.pxi", line 2606, in pandas._libs.hashtable.Int64HashTable.get_item
File "pandas_libs\hashtable_class_helper.pxi", line 2630, in pandas._libs.hashtable.Int64HashTable.get_item
KeyError: 5491
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm 2023.2\plugins\python\helpers\pydev\pydevconsole.py", line 364, in runcode
coro = func()
File "", line 1, in
File "C:\Galaxy\Project\TradingView\supertrend.py", line 30, in get_supertrend
if (upper_band[i] < final_bands.iloc[i - 1, 0]) | (close[i - 1] > final_bands.iloc[i - 1, 0]):
File "C:\Users\Sinan\miniconda3\envs\TradingView\lib\site-packages\pandas\core\series.py", line 1040, in getitem
return self._get_value(key)
File "C:\Users\Sinan\miniconda3\envs\TradingView\lib\site-packages\pandas\core\series.py", line 1156, in _get_value
loc = self.index.get_loc(label)
File "C:\Users\Sinan\miniconda3\envs\TradingView\lib\site-packages\pandas\core\indexes\base.py", line 3797, in get_loc
raise KeyError(key) from err
KeyError: 5491

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.