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
70 stars 31 forks source link

Alerts not being updated (but recreated) #53

Closed marcfon closed 2 years ago

marcfon commented 2 years ago

Could you provide some clarification on the documentation below?

# The name is used to identify already existing alerts on your alert list in TradingView and is used to purge/update previously added alerts 
# Make sure the name is unique

When I try this, alerts with the same name don't get updated by re-created and added to the existing list of alerts.

Note that I do have multiple alerts that have the same name but act on different pairs.

timelyart commented 2 years ago

They get created a 2nd time? Instead of replacing the old one?

marcfon commented 2 years ago

They get created a 2nd time? Instead of replacing the old one?

Yes, exactly that. How does the matching currently work? I have multiple alerts with the same name but configured for different pairs.

timelyart commented 2 years ago

My apologies for not responding earlier.

It works by deleting the existing alerts prior to running the process. I guess that part broke down.

timelyart commented 2 years ago

Fixed in release v2.83.

Note that alerts are deleted and then re-created and not edited but the effect is the same.