@alleyway/add-tradingview-alerts-tool
Version:
Add TradingView Alerts in bulk
8 lines • 1.17 kB
JavaScript
import { AddAlertInvocationError, ErrorWithScreenShot, InvalidSymbolError, SelectionError, } from "./classes.js";
import { soundDurations, soundNames } from "./interfaces.js";
import { atatVersion, isEnvEnabled, styleOverride, waitForTimeout } from "./service/common-service.js";
import { fetchSymbolsForSource } from "./service/exchange-service.js";
import log from "./service/log.js";
import { addAlert, checkForInvalidSymbol, clickContinueIfWarning, clickSubmit, configureInterval, configureSingleAlertSettings, convertIntervalForTradingView, fetchFirstXPath, isXpathVisible, launchBrowser, login, logout, navigateToSymbol, takeScreenshot, } from "./service/tv-page-actions.js";
export { AddAlertInvocationError, addAlert, atatVersion, checkForInvalidSymbol, clickContinueIfWarning, clickSubmit, configureInterval, configureSingleAlertSettings, convertIntervalForTradingView, ErrorWithScreenShot, fetchFirstXPath, fetchSymbolsForSource, InvalidSymbolError, isEnvEnabled, isXpathVisible, launchBrowser, log, login, logout, navigateToSymbol, SelectionError, soundDurations, soundNames, styleOverride, takeScreenshot, waitForTimeout, };
//# sourceMappingURL=index.js.map