添加新的策略

This commit is contained in:
jackyu66git
2026-03-06 22:08:24 +08:00
parent d8f2269a49
commit d2107db6c0
19 changed files with 2712 additions and 19 deletions
+4 -4
View File
@@ -11,9 +11,9 @@
"cancel_open_orders_on_exit": true,
"trading_mode": "futures",
"margin_mode": "isolated",
"timeframe": "1m",
"can_short" : true,
"timeframe" : "1m",
"process_only_new_candles" : false,
"process_only_new_candles" : true,
"unfilledtimeout": {
"entry": 1,
"exit": 1,
@@ -21,7 +21,7 @@
"unit": "minutes"
},
"entry_pricing": {
"price_side": "same",
"price_side": "other",
"use_order_book": true,
"order_book_top": 1,
"price_last_balance": 0.0,
@@ -31,7 +31,7 @@
}
},
"exit_pricing":{
"price_side": "same",
"price_side": "other",
"use_order_book": true,
"order_book_top": 1
},