Configure the language model and agent behavior for trading analysis.
+Default risk management and position sizing parameters.
+Maximum portfolio percentage to risk on a single trade.
+Default position size as percentage of available cash.
+Target profit percentage for auto take-profit orders.
+Stop loss percentage below entry price.
+Manage tracked stocks and their analysis notes.
+No stocks tracked yet. Visit the stocks page to add some.
+Manage tracked stocks and their analysis notes.
+| Notes | +Last Decision | +Last Job | +|||
|---|---|---|---|---|---|
| {stock.ticker} | ++ {editingTicker === stock.ticker ? ( + setEditingNotes(e.target.value)} + onBlur={saveNotes} + onKeyDown={(e) => { if (e.key === "Enter") saveNotes(); if (e.key === "Escape") setEditingTicker(null); }} + className="w-full border border-blue-300 rounded px-2 py-1 text-sm focus:ring-2 focus:ring-blue-500" + autoFocus + /> + ) : ( + startEditing(stock)} + > + {stock.notes || Click to add notes...} + + )} + | ++ {stock.lastDecision ? ( + {stock.lastDecision.toUpperCase()} + ) : "-"} + | ++ {stock.lastJobId ? ( + {stock.lastJobId.slice(0, 12)}... + ) : "-"} + | +{new Date(stock.createdAt).toLocaleDateString()} | +{new Date(stock.updatedAt).toLocaleDateString()} | +
No stocks found matching "{search}"
+ )} + + {totalPages > 1 && ( +System configuration and environment info.
+No additional settings configured.
+ )} +