windhamdavid 1 month ago
parent
commit
c3dd5e1581
3 changed files with 18 additions and 7 deletions
  1. 1 6
      notes/work/stocks.md
  2. 15 0
      notes/work/trades.md
  3. 2 1
      sidebarsnotes.js

+ 1 - 6
notes/work/wealth-stocks.md → notes/work/stocks.md

@@ -6,12 +6,7 @@ hide_table_of_contents: true
 
 # Stocks
 
-I'm trying to be a bit more hands on so I'm learning a good bit about investments and trying to figure out a decent strategy. I'm keeping my stock notes here and I'm dividing my lists into five categories for now.  
-[Noted](#daw-noted)
-| [Core](#daw-core)
-| Long
-| Short
-| Wild
+I'm trying to be a bit more hands on so I'm learning a good bit about investments and trying to figure out a decent strategy. I'm keeping my stock notes here and I'm dividing my lists into five categories for now ( [Noted](#daw-noted) | [Core](#daw-core) | Long | Short | Wild ) and keeping a log @ [Trades](/notes/work/wealth/wealth-trades)
 
 
 

+ 15 - 0
notes/work/trades.md

@@ -0,0 +1,15 @@
+---
+title: Trades
+description: my trade notes
+---
+
+# Trades
+
+A place to log trades for [stocks](/notes/work/stocks) and [investments](/notes/work/wealth)
+
+## Log
+
+### 2024
+
+24/10/30 -  🔴 - Quantumscape [QS](https://www.google.com/finance/quote/QS:NYSE) has licensing agreements with VW who are trying to realign with closings and layoffs. Long on Scout and Buzz.  
+24/10/28 -  🟢 - Quantumscape [QS](https://www.google.com/finance/quote/QS:NYSE) - lithium batteries. Scout motors reveal. 

+ 2 - 1
sidebarsnotes.js

@@ -141,7 +141,8 @@ module.exports = {
             id:'work/wealth',
           },
           items: [
-            'work/wealth-stocks',
+            'work/stocks',
+            'work/trades',
           ],
         },
       ],