You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python-based stock screener for NSE, India. PKScreener is an advanced free stock screener to find potential breakout stocks from NSE and show its possible breakout values. It also helps to find the stocks which are consolidating and may breakout, or the particular chart patterns that you're looking specifically to make your decisions.
PineTS is the open-source transpiler and runtime that executes Pine Script logic in JavaScript environments (Node.js/Browser) coded in TS. It provides full feature and syntax compatibility, allowing developers to reliably write, port, and run Pine Script indicators and strategies off-platform.
This project uses Python to create an optimally weighted stock portfolio by combining 7 common technical indicators, generating trading signals, backtesting the strategy, and aiming to outperform the standard buy-and-hold strategy of the SPY ETF.
Portfolio optimization using python: using simple concepts from Modern Portfolio Theory (MPT) to pick stocks based on past performance. This partial version is intended as an exercise for CSE 440 students.