|
|
@@ -60,7 +60,8 @@ pub struct Strategy {
|
|
|
pub start_equity: Decimal, //
|
|
|
pub start_coin: Decimal, //
|
|
|
pub start_cash: Decimal, //
|
|
|
- pub max_equity: Decimal, //
|
|
|
+ pub max_equity: Decimal, // 最大净值
|
|
|
+ pub max_equity_including_unrealized: Decimal, // 最大净值(包含未实现盈亏)
|
|
|
pub local_profit: Decimal, //
|
|
|
pub total_amount: Decimal, //
|
|
|
pub is_ready: bool, // 程序是否已经准备好,ready
|