mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
irr: fix strategy id
This commit is contained in:
parent
1b531b66a2
commit
7b47a51fae
|
@ -20,7 +20,7 @@ import (
|
|||
"github.com/wcharczuk/go-chart/v2"
|
||||
)
|
||||
|
||||
const ID = "oneliner"
|
||||
const ID = "irr"
|
||||
|
||||
var one = fixedpoint.One
|
||||
var zero = fixedpoint.Zero
|
||||
|
|
Loading…
Reference in New Issue
Block a user