Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanjosolutions/trading
Virtual trading in a Google Sheets.
https://github.com/sanjosolutions/trading
trading virtual-trading
Last synced: 4 days ago
JSON representation
Virtual trading in a Google Sheets.
- Host: GitHub
- URL: https://github.com/sanjosolutions/trading
- Owner: SanjoSolutions
- Created: 2023-08-27T16:50:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T21:22:56.000Z (over 1 year ago)
- Last Synced: 2024-05-01T19:26:18.019Z (8 months ago)
- Topics: trading, virtual-trading
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trading
I have created a Google Sheets Apps Script app for tracking "virtual" trades. Via the form in the sidebar, trades can be made (buying or selling). The trades sheet shows all trades that have been made. The inventory sheet shows the current inventory. The balance sheet shows how much money has been made with buying and selling.
## How to install
1. Open the [spreadsheet](https://docs.google.com/spreadsheets/d/1iHS1Rn1EDHJKHHshx1qzJOUNGcj5RDHgkZmoopqTbfk/edit?usp=sharing).
2. Make a copy of the spreadsheet via File -> Make a copy. Confirm making a copy by pressing the button "Make a copy".
3. Authorization of the apps script: After a while, the menu item "Trading" appears in the menu bar. Click the menu item "Trading" and select the option "Trade". Then it prompts with an "Authorization Required" dialog. Click the button "Continue". Then choose your account. Then click "Advanced". Then click "Go to Trading (unsafe)". Then click the button "Allow".## How to make trades
Click the menu item "Trading" and select the option "Trade". On the right, a sidebar should appear. Here you can select the action (buy or sell), the symbol of the stock and the amount.
## How to modify or extend the script
The functionality has been programmed via Apps Script. The code is open source and can be checked out under Extensions -> Apps Script.