Freqtrade Executor Skill
Use this skill to convert a vetted trading hypothesis into an executable crypto trading bot via freqtrade.
Workflow
- Read the
ConsensusRoundfrom the Knowledge Graph. - Formulate
freqtradestrategy code from the consensus. - Validate against the Safety framework (Must be Paper-Trading Only).
- Use
graph_orchestrate(execute_freqtrade) to deploy the signal generation locally.