Variable LiveConst

Live: LiveUtils

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);
}