Kairos aims to help you save time by automating repetitive tasks on TradingView such as scanning markets for setups, and refreshing alerts as well as creating new ones.
Is there a way to capture more info about why a study error occurs?
In TV you can hover over the ❗️ and see the error message usually. How about doing that and making a screenshot or reading that message from the DOM?
The code does already contain the is_study_error function but somehow I feel that it's not always firing. I'm sometimes missing some exported trades CSV files but don't see any errors in the log. In the past, this was due to a study error and now I'm making an assumption that this is also the case.
Is there a way to capture more info about why a study error occurs?
In TV you can hover over the ❗️ and see the error message usually. How about doing that and making a screenshot or reading that message from the DOM?
The code does already contain the
is_study_error
function but somehow I feel that it's not always firing. I'm sometimes missing some exported trades CSV files but don't see any errors in the log. In the past, this was due to a study error and now I'm making an assumption that this is also the case.