mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 17:13:51 +00:00
7 lines
360 B
Go
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
|