فهرست منبع

ref_price -> fair_price

skyfffire 11 ماه پیش
والد
کامیت
e2a22851bd
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      strategy/src/utils.rs

+ 2 - 2
strategy/src/utils.rs

@@ -261,7 +261,7 @@ pub fn build_html_file(data_c: &Vec<VecDeque<Decimal>>) -> String {
         },
         legend: [
           {
-            data: ["mid_price", "ask_price", "bid_price", "optimal_ask_price", "optimal_bid_price", "ref_price"],
+            data: ["mid_price", "ask_price", "bid_price", "optimal_ask_price", "optimal_bid_price", "fair_price"],
             top: "230px",
           },
           {
@@ -411,7 +411,7 @@ pub fn build_html_file(data_c: &Vec<VecDeque<Decimal>>) -> String {
             },
           },
           {
-            name: "ref_price",
+            name: "fair_price",
             type: "line",
             showSymbol: false,
             data: data[15],