Commit 669b268d by zihan

调整可接受的最小利差

parent 4897d319
......@@ -135,6 +135,9 @@ class BiboxStrategy3 extends Strategy3 {
_getMinTradeInterval(){
return 20000;
}
_getMinMargin(){
return 0.08;
}
_needConsiderDepthCount(){
return [[2,1],[3,2,1],[2,1]];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment