timelyart / Kairos

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.
GNU General Public License v3.0
71 stars 31 forks source link

More info about study errors #75

Closed mrcrdwd closed 2 years ago

mrcrdwd commented 2 years ago

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.

mrcrdwd commented 2 years ago

I need to dig deeper into what's going on here. Let's close this for now.

timelyart commented 2 years ago

What exactly is the problem? Does the study randomly stop working? Or does it work for one asset/timeframe and not the other?