• Joined on 2025-04-09
rob pushed to master at rob/brighter-trading 2026-03-16 08:04:46 +00:00
e1d38f3df4 Remove debug logging from PythonGenerator
rob pushed to master at rob/brighter-trading 2026-03-16 08:04:15 +00:00
205305fe0e Fix math blocks and add backtest cancellation
533a00dce7 Fix backtest performance: cache compilation and skip unnecessary DB writes
Compare 2 commits »
rob pushed to master at rob/brighter-trading 2026-03-13 18:42:04 +00:00
b2d40d3d2f Add margin position editor and broker support
rob pushed to master at rob/brighter-trading 2026-03-12 15:16:28 +00:00
d3bbb36dc2 Fix live trade P/L bugs, improve UI refresh, add balance toggle
5866319b5e Fix critical Phase 4 issues: wire SL/TP to broker, reconcile trades, fix schema
4bfa51f0b1 Fix UX mismatch and dead code in paper trading
2ae087a099 Add stop loss, take profit, and time-in-force support for manual trading
Compare 4 commits »
rob pushed to feature/advanced-order-management at rob/brighter-trading 2026-03-12 15:16:09 +00:00
d3bbb36dc2 Fix live trade P/L bugs, improve UI refresh, add balance toggle
5866319b5e Fix critical Phase 4 issues: wire SL/TP to broker, reconcile trades, fix schema
4bfa51f0b1 Fix UX mismatch and dead code in paper trading
2ae087a099 Add stop loss, take profit, and time-in-force support for manual trading
Compare 4 commits »
rob created branch feature/advanced-order-management in rob/brighter-trading 2026-03-12 15:16:09 +00:00
rob pushed to master at rob/brighter-trading 2026-03-11 18:26:58 +00:00
2dccabfac3 Add chart analysis feature with candlestick pattern detection
rob pushed to master at rob/brighter-trading 2026-03-11 05:04:43 +00:00
9a389d20d2 Fix chart sync, indicators popup z-index, and volume height
5874f1cc7a Keep strategy dialog open on save failure
d2f31e7111 Add Blockly integration for chart formations in strategies
18d773320c Fix draft formation not preserving drag changes on save
ee199022fa Fix anchor positioning when outside visible time range
Compare 12 commits »
rob pushed to master at rob/brighter-trading 2026-03-11 05:04:30 +00:00
ba7b6e79ff Address second round of Codex review feedback on formations plan
a46d2006f3 Update formations plan for Lightweight Charts v5 compatibility
5c37fb00b6 Upgrade Lightweight Charts from v2.1.0 to v5.1.0
6a7a1c2b45 Fix indicator update callbacks and card display after refactor
Compare 4 commits »
rob pushed to feature/chart-formations at rob/brighter-trading 2026-03-11 05:04:08 +00:00
9a389d20d2 Fix chart sync, indicators popup z-index, and volume height
rob pushed to feature/chart-formations at rob/brighter-trading 2026-03-11 03:59:50 +00:00
5874f1cc7a Keep strategy dialog open on save failure
rob pushed to feature/chart-formations at rob/brighter-trading 2026-03-11 03:52:15 +00:00
d2f31e7111 Add Blockly integration for chart formations in strategies
18d773320c Fix draft formation not preserving drag changes on save
ee199022fa Fix anchor positioning when outside visible time range
d7398569a8 Fix formation overlay sync to update on every RAF frame
2d01ee07eb Fix formation line rendering for points outside visible range
Compare 10 commits »
rob created branch feature/chart-formations in rob/brighter-trading 2026-03-11 03:52:15 +00:00
rob pushed to master at rob/brighter-trading 2026-03-10 02:22:32 +00:00
c8c51841cf Redesign indicator and backtest displays with icon cards
rob pushed to master at rob/brighter-trading 2026-03-10 00:41:49 +00:00
c9cc0487fe Align signals and strategies buttons with grid layout
rob pushed to master at rob/brighter-trading 2026-03-10 00:36:07 +00:00
51601b7f93 Document ExternalSources and ExternalIndicators modules
rob pushed to master at rob/brighter-trading 2026-03-10 00:25:47 +00:00
b4bf6c5c8e Add external data sources and indicators for backtesting
rob pushed to master at rob/brighter-trading 2026-03-09 17:57:29 +00:00
a4422dc556 Unify dialog styling with consistent gradient headers
rob pushed to master at rob/brighter-trading 2026-03-09 15:45:38 +00:00
7e77f55837 Add Bitcoin wallet system with configurable strategy fees
rob pushed to master at rob/brighter-trading 2026-03-08 22:41:52 +00:00
cd9a69f1d4 Add exchange validation, fix indicators bug, and improve balance display