@guihz/trading-vue-editor-tes 0.0.197 → 0.0.199

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -80,6 +80,7 @@ export interface IOrder extends IOrderArgs {
80
80
  max_profit?: number;
81
81
  trading_loss?: number;
82
82
  place_order_type?: PlaceOrderType;
83
+ position_close_type?: PlaceOrderType;
83
84
  isDeal?: boolean;
84
85
  hasExit?: boolean;
85
86
  active_price?: number;
@@ -27,6 +27,7 @@ export declare class Strategy {
27
27
  private _position_size;
28
28
  private _openprofit;
29
29
  private _preMaxNetValue;
30
+ private _preMinNetValue;
30
31
  marginCallLong: number;
31
32
  marginCallShort: number;
32
33
  constructor(variables: BuiltInVariables);
@@ -22,6 +22,7 @@ export default class ParseToJs {
22
22
  private _preRunMembersFuncs;
23
23
  private _preRunMemberFuncsCount;
24
24
  private __count;
25
+ preParseCode: string;
25
26
  constructor(prefix: string);
26
27
  preParser(values: IKeyObjectValue[]): string | undefined;
27
28
  parser(values: IKeyObjectValue[]): string | undefined;