Recently, more and more TradingView users have connected the TradingView chart signal to FMZ platform (FMZ.COM) and let the robot strategy on FMZ execute the… ( Read More )
Thermostat Strategy using on crypto market by MyLanguage
Strategy Name: Upgraded Thermostat Strategy Data cycle: 1H Support: Commodity Futures, Digital Currency Futures, Digital Currency Spot Source code: Source Code: https://www.fmz.com/strategy/129086
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 )
5.6 Build probability thinking to improve your trading pattern
Summary Trading is both a science and an art. There are many methods in trading, whether it is value investment, technical analysis, event hot spots,… ( Read More )
When FMZ encounters ChatGPT, an attempt to use AI to assist in learning quantitative trading
ChatGPT ChatGPT has been very popular recently. There are various videos applied to real-world scenarios on the Internet. Let me introduce what ChatGPT is briefly.… ( Read More )
9 trading rules help a trader earn $46,000 from $1,000 in less than a year
No, I am not a successful trader. I have been lucky many times, and I am still refining and trying strategies; On the other hand,… ( Read More )
From Quantitative Trading to Asset Management - CTA Strategy Development for Absolute Return
Preface Why should I take this course? What do you gain from taking this course? First of all, this course is based on JavaScript and… ( Read More )
Create a Bitcoin trading robot that won't lose money
Let's use reinforcement learning in AI to build a digital currency trading robot. In this article, we will create and apply an enhanced learning frame… ( Read More )
The Secret to Survival: 19 Professionals Share Their Advice on Digital Currency Trading
I have never worried about the digital currency market as much as I worry about it today. The market situation is very bad. Frankly speaking,… ( Read More )
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… ( Read More )