Add OKX options review module with hedge plan entries.
Import closed OKX option history and closed hedge plans into one list for journaling, images, and stats without mixing contract reviews. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -16,6 +16,7 @@ EMBED_TABS: tuple[str, ...] = (
|
||||
"strategy",
|
||||
"strategy_records",
|
||||
"options",
|
||||
"options_review",
|
||||
"hedge_plan",
|
||||
"records",
|
||||
"stats",
|
||||
@@ -33,6 +34,7 @@ PATH_TO_EMBED_TAB: dict[str, str] = {
|
||||
"/strategy/roll": "strategy",
|
||||
"/strategy/records": "strategy_records",
|
||||
"/options": "options",
|
||||
"/options/review": "options_review",
|
||||
"/hedge-plan": "hedge_plan",
|
||||
"/records": "records",
|
||||
"/stats": "stats",
|
||||
|
||||
Reference in New Issue
Block a user