bollmaker: add doc file for bollmaker

This commit is contained in:
c9s 2022-09-11 16:56:05 +08:00
parent 3c4bad6124
commit 080b4dea95
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -0,0 +1,6 @@
// bollmaker is a maker strategy depends on the bollinger band
//
// bollmaker uses two bollinger bands for trading:
// 1) the first bollinger is a long-term time frame bollinger, it controls your position. (how much you can hold)
// 2) the second bollinger is a short-term time frame bollinger, it controls whether places the orders or not.
package bollmaker