https://github.com/remusdbd/trading-script
my personal trading script #RemusDBD
https://github.com/remusdbd/trading-script
remusdbd trading
Last synced: about 1 year ago
JSON representation
my personal trading script #RemusDBD
- Host: GitHub
- URL: https://github.com/remusdbd/trading-script
- Owner: RemusDBD
- License: gpl-3.0
- Created: 2024-12-21T05:16:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T11:33:05.000Z (over 1 year ago)
- Last Synced: 2025-02-14T15:47:29.015Z (over 1 year ago)
- Topics: remusdbd, trading
- Language: C
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trading-script 💎
The following scripts allow me to review > 100 stocks every week & month in a split second.
#### My personal trading scripts #RemusDBD :
Performance
Script for translating Tickers into weekly/monthly perfomance
- [turn-weekly-yfinance](https://github.com/RemusDBD/trading-script/blob/main/performance/turn-weekly-yfinance.py)
- [turn-selected-weekly-yfinance](https://github.com/RemusDBD/trading-script/blob/main/performance/turn-selected-weekly-yfinance.py)
- [turn-monthly-yfinance](https://github.com/RemusDBD/trading-script/blob/main/performance/turn-monthly-yfinance.py)
Formating
Script for sorting Ticker's performance from highest to lowest
- [ticker-performance-sorting](https://github.com/RemusDBD/trading-script/blob/main/formating/ticker-performance-sorting.py)
Calculator
Script/Portable Executable for calculating performance
- [absolute_return_cli](https://github.com/RemusDBD/trading-script/tree/main/calculator/absolute_return/cli)
- [absolute_return_gui](https://github.com/RemusDBD/trading-script/tree/main/calculator/absolute_return/gui_v2)