Initial steps to change bid/ask pricing to enter/exit
This commit is contained in:
@@ -108,12 +108,12 @@ To mitigate this, you can try to match the first order on the opposite orderbook
|
||||
"exit": "limit"
|
||||
// ...
|
||||
},
|
||||
"bid_strategy": {
|
||||
"price_side": "ask",
|
||||
"entry_pricing": {
|
||||
"price_side": "other",
|
||||
// ...
|
||||
},
|
||||
"ask_strategy":{
|
||||
"price_side": "bid",
|
||||
"exit_pricing":{
|
||||
"price_side": "other",
|
||||
// ...
|
||||
},
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user