An open API service indexing awesome lists of open source software.

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

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)