qbtrade/pkg/strategy/bollmaker/doc.go
2024-06-27 22:42:38 +08:00

7 lines
360 B
Go

// 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