Const
Singleton instance of LiveUtils for convenient live trading operations.
import { Live } from "./classes/Live";for await (const result of Live.run("BTCUSDT", { strategyName: "my-strategy", exchangeName: "my-exchange",})) { console.log("Result:", result.action);} Copy
import { Live } from "./classes/Live";for await (const result of Live.run("BTCUSDT", { strategyName: "my-strategy", exchangeName: "my-exchange",})) { console.log("Result:", result.action);}
Singleton instance of LiveUtils for convenient live trading operations.