blog.mathquant.com
Use JavaScript to implement the concurrent execution of quantitative strategy - encapsulate the Go function
When implementing the quantitative strategy, concurrent execution can reduce latency and improve efficiency in many cases. Taking the hedging robot as an example, we need to obtain the depth of two…