Cryptocurrency trading platform with Blockly-based strategy builder
Go to file
rob 53797c2f39 Improve line drawing UX with single-click placement and 3-anchor control
- Single click places a solid horizontal line with 3 anchors
- Center anchor (green): drag to move entire line without changing angle
- End anchors (blue): drag to pivot from opposite end, changing angle
- Hovering over any part of the line shows all anchors
- Name input appears immediately after line is placed
- Line can be adjusted before saving

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-10 21:17:12 -03:00
.github/workflows
UML
__pycache__
archived_code
config
markdown
src Improve line drawing UX with single-click placement and 3-anchor control 2026-03-10 21:17:12 -03:00
tests Add Bitcoin wallet system with configurable strategy fees 2026-03-09 12:45:25 -03:00
.claudeignore
.gitignore
CLAUDE.md Document ExternalSources and ExternalIndicators modules 2026-03-09 21:35:33 -03:00
FORMATIONS_PLAN.md Address second round of Codex review feedback on formations plan 2026-03-10 16:03:33 -03:00
pytest.ini Add Bitcoin wallet system with configurable strategy fees 2026-03-09 12:45:25 -03:00
requirements.txt Add external data sources and indicators for backtesting 2026-03-09 21:25:36 -03:00
test_live_manual.py