Preface There are several articles in the platform "Digest" about connecting to Trading View webhooks, which allows strategies to drive tradings with signals from external… ( Read More )
Let the strategy program be executed concurrently, and add multi-thread support at the bottom of the system to the JavaScript strategy
When developing strategies on FMZ using the JavaScript language, since the strategy architecture is polled. If there is a concurrent design scenario, the exchange.Go function… ( Read More )