Do you still remember the famous “grid strategy” (https://www.fmz.com/bbs-topic/2268)? The one which has a lot of code comment (more than the code itself), is an excellent example for learning how...
Again, our tech member has rewritten the famous DT strategy. Shorter coding lines, better performance. Easier to understand, easier to learn the logic of the strategy. The original one is at: htt...
The iceberg commission refers to the investor’s large-scale transaction, in order to avoid excessive impact on the market, the large single commission is automatically split one large order into mul...
Some basic concepts Fairy’s four-price is a short-term trading system based on yesterday’s closing price, yesterday’s highest price, yesterday’s lowest price and today’s opening price. The F...
(Please note that this strategy has expired and is for learning purposes only.) This is a high-frequency trading strategy on the OKCoin bitcoin trading platform. Running from June 2016, to mid-January...
The original version of this strategy, you can find it here: https://www.fmz.com/bbs-topic/2279 It contains a very specific comments about the code. This shorter version is for study purpose only...
A little game strategy which can inspire you to think the trading business a different way, this short 30-line strategy is just for fun, you can test it and run it with simulation level data. I hope t...
The following code just a framework of above ideas, you need adjust the detail for your trading choices. Also, please beware of the exchanges houses commission fee and other restriction policy. Coding...
Support C++ 11, compatible with various platforms (Windows/Linux/Mac). Cloud compile. for more information, please see: https://www.fmz.com/bbs-topic/2293...
The commodity futures library implements the strategic framework of the $.CTA function. With this strategy framework, a multi-variety strategy of concurrent stable and real market strategy can be achi...