User Tools

Site Tools


90dayplan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

90dayplan [2025/03/28 05:02] – created lwattsii90dayplan [2025/03/28 05:05] (current) lwattsii
Line 105: Line 105:
 2. Bollinger Bands + RSI(14) 2. Bollinger Bands + RSI(14)
 3. Custom Pine Script: 3. Custom Pine Script:
 +
 +//@version=5
 +ivRank = (currentIV - yearlyLowIV) / (yearlyHighIV - yearlyLowIV) * 100
 +plot(ivRank, title="IV Rank")
 +
 +</code>
 +
 +===== Critical Rules =====
 +<code>
 +**Never:**
 +- Trade earnings without 3+ months experience
 +- Use >5% of account on one trade
 +- Hold positions <5 DTE
 +
 +**Always:**
 +- Set profit targets and stops before entry
 +- Journal within 1h of closing trade
 +- Review metrics every Sunday
 +</code>
 +
 +====== Quick Commands ======
 +<code>
 +**Daily Scan Command (Thinkorswim):**
 +
 +/web Stock Hacker
 +Add Filter:
 +"IV Percentile" > 50
 +"Volume" > 1M
 +
 +
 +**Profit Calc Shortcut:**
 +
 +/calc SPY 450 call 45 DTE
 +→ Adjust strikes visually
 +
 +</code>
 +
 +===== Implementation Notes =====
 +
 +Version Control: Enable ''Settings → Admin → Versioning'' in DokuWiki to track progress
 +
 +Tagging: Add {{tag>trading plan}} to this page for quick access
 +
 +Visuals: Replace placeholder images (e.g., {{ :theta_decay.png?300 }}) with your actual charts
 +
 +
 +
90dayplan.1743138147.txt.gz · Last modified: 2025/03/28 05:02 by lwattsii