GeoFinance Replay Trading Desk
Built toward a TradingView-like replay experience: candle replay, simulated trading, and strategy hooks. This frontend pass focuses on the trading-terminal shell while continuing to use the Hub API replay proxy.
Replay Console
Continuing toward a TradingView-style replay feel: chart-first layout, denser info bars, and candle inspection on hover.
State
-
Progress
0%
Cursor
0/0
Current Time
-
Start Date
-
Replay Speed
100%
Replay Market Chart
Pushed closer to TradingView replay: current price line, entry cost line, TP/SL guides, and buy/sell markers.
Initialize and load bars to render the replay chart here.
Portfolio
Paper trading data stays in frontend session state, without DB persistence.
Cash
$100,000.00
Equity
$100,000.00
Position
0
Avg Entry
-
Take Profit
-
Stop Loss
-
Realized PnL
$0.00
Unrealized PnL
$0.00
Strategy Panel
Strategy hooks and controls reserved for the future strategy engine.
ModeManual trading (strategy pending)
MA CrossReserved params: fast / slow
RSIReserved params: period / thresholds
Strategy OutputFuture signal / auto orders / equity curve
Orders & Trades
Paper trading executes locally with current replay close plus slippage and fees.
Order TypeSimulated as market order, execution = close ± slippage
Fee Model0.10%
Slippage Model0.05%
Risk SetupTP 8.00% / SL 3.00%
Trade Log
No trades yet — initialize replay and execute buy/sell during playback.
Build Notes
This pass focuses on terminal-like frontend UX first, then the replay trading engine on backend.
- • Added current price line, position cost line, and TP/SL guide lines.
- • Buy/sell now runs in frontend session state without touching DB.
- • Trades now include fees and slippage, with markers on the chart.
- • Next step can add auto TP/SL triggers, strategy markers, and short-selling mode.