add logic layer comment

This commit is contained in:
c9s 2021-03-15 17:58:10 +08:00
parent 9b172e88be
commit 4061f2aef0

View File

@ -232,7 +232,7 @@ then the following types could be injected automatically:
1. Load config from the config file.
2. Allocate and initialize exchange sessions.
3. Add exchange sessions to the environment (the data layer).
4. Use the given environment to initialize the trader object.
4. Use the given environment to initialize the trader object (the logic layer).
5. The trader initializes the environment and start the exchange connections.
6. Call strategy.Run() method sequentially.