See below for strategies introduction
Strategies¶
What is a godzilla.dev Strategy?¶
Like a computer program, an algorithmic trading strategy is a set of automated processes that executes repeatedly:
- Data Collection: Gathering real-time data from various md sources
- Data Processing: Analyzing data to identify patterns and make decisions
- Order Execution: Placing and cancelling orders based on processed data to various td sources
Check HelloWorld for the basic step