Closed avatar-lavventura closed 3 years ago
I had to manually add the strategy into chart before adding operation starts.
Into add-alerts.js
file I have add await sleep(20000);
right before if (accessDenied) {
to solve.
Sleep function:
function sleep(ms) {
return new Promise((resolve) => {
setTimeout(resolve, ms);
});
}
I am having
ERROR waiting for XPath //div[@id="header-toolbar-symbol-search"] failed: timeout 20000ms exceeded
error, not sure what may be the main cause of it. How can I resolve this problem?Error I am having:
Example config file: