From c1f53018987ddeb9b4d7ffe49dda9bff8891eb08 Mon Sep 17 00:00:00 2001 From: Ping Zhang Date: Sat, 27 Jan 2024 20:28:23 -0800 Subject: [PATCH] spx --- config/_default/params.toml | 2 +- content/spx0dte/2024-01/01-26.md | 25 +++++++++++++++++++++++++ content/spx0dte/daily.md | 18 ++++++++++++++++++ content/spx0dte/demo.md | 6 ------ 4 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 content/spx0dte/2024-01/01-26.md create mode 100644 content/spx0dte/daily.md delete mode 100644 content/spx0dte/demo.md diff --git a/config/_default/params.toml b/config/_default/params.toml index 2bfa987..f76043d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -115,7 +115,7 @@ languageMenuName = "🌐" numberOfRecentPosts = 8 # Maximum number of featured posts. (default: 8) -numberOfFeaturedPosts = 2 +numberOfFeaturedPosts = 8 # Pin featured posts in list. # pinFeatured = true diff --git a/content/spx0dte/2024-01/01-26.md b/content/spx0dte/2024-01/01-26.md new file mode 100644 index 0000000..d0be1c3 --- /dev/null +++ b/content/spx0dte/2024-01/01-26.md @@ -0,0 +1,25 @@ ++++ +author = "Ping Zhang" +title = "2024-01-26 Trades: $90" +date = "2024-01-26" +description = "SPX 0dte trading log" +tags = [ + "spx", + "trading" +] +categories = ["trading"] ++++ + +## P&L: `$90` + +## Transaction log: + +| Vertical | Time (PST) | Action | Price | +|------------|------------|--------|--------| +| 4875/4870P | 9:43 | STO | $0.80 | +| | 10:47 | STO | $1.30 | +| | 10:57 | BTC | -$.80 | +| | 11:17 | BTC | -$0.40 | + + +**NOTE:** STO is "sell to open" and BTC is "buy to close" \ No newline at end of file diff --git a/content/spx0dte/daily.md b/content/spx0dte/daily.md new file mode 100644 index 0000000..1edf5ca --- /dev/null +++ b/content/spx0dte/daily.md @@ -0,0 +1,18 @@ ++++ +author = "Ping Zhang" +title = "SPX 0dte daily trading p&l" +date = "2024-01-01" +description = "SPX 0dte trading log" +tags = [ + "spx", + "trading" +] +categories = ["trading"] +featured = true ++++ + +# Daily P&L + +| Date | P&L | Trades | +|------------|-----|--------| +| 2024-01-26 | $90 | 4 | \ No newline at end of file diff --git a/content/spx0dte/demo.md b/content/spx0dte/demo.md deleted file mode 100644 index 88b6fed..0000000 --- a/content/spx0dte/demo.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -author: Ping Zhang -title: Demo -date: 2024-01-14 -description: demo to have /log ---- \ No newline at end of file