#functions
Read more stories on Hashnode
Articles with this tag
Summary C++ is a very difficult programming language. The hard part mainly is to learn in depth, but if you just write strategy logic by C++, it won't...
In commodity futures trading, intertemporary arbitrage are a common trading method. This kind of arbitrage is not risk-free. When the unilateral...
In the initial design of FMZ strategy, if asynchronous concurrent operations are required, the exchange.Go() function can only be used to achieve...
When designing trend strategies, it is often necessary to have a sufficient number of K-line bars for calculating indicators. The calculation of...
Although there are more and more traders who write programs for fully automated trading, the larger group of traders is still manual traders. In fact,...