Skip to main content

Binary Strategy

In Progress

When you use Python to develop, you can choose to upload binary code to further protect the source code. Please use python 3.6 to compile.

  1. Use command python3 -m py_compile strategy.py to compile source code.
  2. Find strategy.cpython-36.pyc in ./__pycache__ .
  3. In the Edit Strategy page of your strategy, choose Binary Code to upload.