|
|
@@ -1016,7 +1016,7 @@ impl Strategy {
|
|
|
Utc::now().timestamp_millis().to_string(),
|
|
|
predictor.fair_price.to_string(),
|
|
|
predictor.mid_price.to_string(),
|
|
|
- predictor.optimal_ask_price.to_string(),
|
|
|
+ predictor.optimal_bid_price.to_string(),
|
|
|
];
|
|
|
|
|
|
// debug!(?order);
|