Trade Ideas Tools
These tools support the full trade-idea lifecycle from suggestion to post-trade review.
suggest_trade_idea
- Helps you generate a structured trade idea from current market context.
- Typical output: idea object with symbol, side, entry context, and status.
save_trade_idea
- Helps you keep an idea for tracking and later review.
- Typical output: saved trade idea object.
get_trade_idea / get_trade_ideas
- Helps you review one idea or your full idea list.
- Typical output: idea object(s) with status and timestamps.
approve_trade_idea / reject_trade_idea
- Helps you move ideas into approved or rejected states.
- Typical output: updated lifecycle status.
mark_trade_idea_executed / mark_trade_idea_not_executed
- Helps you log real execution outcomes after the session.
- Typical output: execution fields (price, quantity, timestamp, or non-execution reason).
apply_trade_idea_to_portfolio
- Helps you sync an executed idea into portfolio state.
- Typical output: portfolio update result with linkage context.