1. Programming language: You need to master a programming language, such as Python, Java, C++, etc., in order to write your program.

  2. Binance API: You need to understand Binance’s API documentation and master how to use the API to obtain market data, place orders, and other operations.

  3. Quantitative trading strategy: You need to have a certain foundation in quantitative trading and understand market conditions, technical indicators, trading rules, etc. in order to design and implement your quantitative trading strategy.

  4. Data analysis and processing: You need to analyze and process market data to support your trading strategies.

  5. Strategy backtesting: You need to write code to implement strategy backtesting to test whether your trading strategy is effective.

  6. Strategy optimization and debugging: You need to optimize and debug your strategy and continuously improve your trading strategy.

  7. Risk Control: You need to design and implement risk control strategies to ensure your trading system is robust.

In general, quantitative trading requires knowledge in multiple fields and requires you to have certain programming skills and market analysis capabilities. It is recommended that you learn the Python programming language first, and then gradually learn other related knowledge. At the same time, you can also refer to some quantitative trading tutorials and documents to better understand and master related skills.