Informasi Simulasi Deposit


/ diatur untuk simulasi exchanges[0].IO(“simulate”, true) / diatur untuk kontrak permanen exchanges[0].SetContractType(“swap”) // Membaca informasi terkini var ticker0 = exchanges[0].GetTicker() Log(“High:”, ticker0.High, “Low:”, ticker0.Low, “Sell:”, ticker0.Sell, “Buy:”, ticker0.Buy, “Last:”, ticker0.Last, “Volume:”, ticker0.Volume) var position0 = exchanges[0].GetPosition() if (position0.length > 0) { Log “permanent contract exchanges”[0] Amount:“, position0[0].Amount, “FrozenAmount:”, position0[0].FrozenAmount, “Price:”,position0[0].Price, “Profit:”, position0[0].Profit, “Type:”, position0[0].Type, “ContractType:”, position0[0].ContractType) } else { Log (“menjaga posisi kosong”) } var account = exchange.GetAccount() Log (((“informasi akun,Balance:”, account.Balance, “FrozenBalance:”, account.FrozenBalance, “Stocks:”, account.Stocks, “FrozenStocks:”, account.FrozenStocks)
Hasilnya, saya tidak bisa membaca pesan tersebut… … … … … … … … … … … … … … … . .