mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
bollmaker: add doc file for bollmaker
This commit is contained in:
parent
3c4bad6124
commit
080b4dea95
6
pkg/strategy/bollmaker/doc.go
Normal file
6
pkg/strategy/bollmaker/doc.go
Normal 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
|
Loading…
Reference in New Issue
Block a user