- Add formation_blocks.js with dynamic block generation per formation - Add handle_formation() to PythonGenerator for code generation - Add process_formation() to StrategyInstance for runtime execution - Inject formations manager into paper/backtest strategy instances - Add get_current_candle_time() override for backtest bar timestamps - Add Formations category to Blockly toolbox - Fix scope property names in formations.js (exchange_name, interval) Formations can now be referenced in strategy logic by their line properties (line, upper, lower, midline) and values are calculated at candle time. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| UML | ||
| __pycache__ | ||
| archived_code | ||
| config | ||
| markdown | ||
| src | ||
| tests | ||
| .claudeignore | ||
| .gitignore | ||
| CLAUDE.md | ||
| FORMATIONS_PLAN.md | ||
| pytest.ini | ||
| requirements.txt | ||
| test_live_manual.py | ||