https://github.com/potofcoffee2go/pennystocks
Notes on penny stock trading
https://github.com/potofcoffee2go/pennystocks
Last synced: 4 months ago
JSON representation
Notes on penny stock trading
- Host: GitHub
- URL: https://github.com/potofcoffee2go/pennystocks
- Owner: PotOfCoffee2Go
- License: mit
- Created: 2022-01-22T18:35:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T16:41:26.000Z (over 4 years ago)
- Last Synced: 2025-07-30T19:17:48.353Z (10 months ago)
- Language: HTML
- Size: 3.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Penny Stocks
This is a tiddlywiki of notes about trading penny stocks on NASDAQ.
See [Penny Stocks](https://potofcoffee2go.github.io/pennystocks/) to view the notes.
Tiddlywiki has many ways to edit and save notes (tiddlers). You can edit and save
index.html locally by pressing the `save changes` button on the tiddlywiki sidebar.
index.html is a single page app containing all the edits.
## Version control
To edit the notes with version control (git) use nodejs and `npm install -g tiddlywiki`.
See [Getting Started - Node.js](https://tiddlywiki.com/#GettingStarted%20-%20Node.js)
for details.
Fork/Clone this repo and fire up the server
```
git clone https://github.com/PotOfCoffee2Go/pennystocks.git
cd pennystocks
tiddlywiki --listen port=3000
```
Browse to `http://localhost:3000` to open tiddlywiki containing the notes. Updates will be
automatically saved to the server.
`git add . && git commit -m "your message"` will generate a commit. If you forked this site, `git push`
will save the changes to your forked repo.
If unfamiliar with tiddlywiki - [Grok Tiddlywiki](https://groktiddlywiki.com) is a good place to start.