alleyway / add-tradingview-alerts-tool

Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
MIT License
623 stars 140 forks source link

Trigger - once per bar close #155

Closed jamidusu closed 6 months ago

jamidusu commented 9 months ago

Hi there.

Recently, there was a layout change in the Trigger section of Trading View's alarm settings. So, they responded to that issue by updating quickly. I encountered a problem while using the new updated version.

In TradingView, the default value of Trigger is set to only once. I am using an alarm program by modifying the config.yml file to use this once per bar close.

However, this part is done so quickly and without delay that if you set 100 alarms, about 20 do not change to once per bar close, but the alarm is set only once. Additionally, if the trigger part does not change, there is an error in that the message part below it cannot be modified.

I assume this error is because the trigger is set too quickly, but there may be other causes. thank you :)

mlake commented 9 months ago

Hi there - yes, looks like there needed to be a delay in there.

just made a quick patch release ...try updating

From your tradingview-alerts-home directory, run the following:

npm install @alleyway/add-tradingview-alerts-tool@2.6.6
jamidusu commented 9 months ago

Hi there - yes, looks like there needed to be a delay in there.

just made a quick patch release ...try updating

From your tradingview-alerts-home directory, run the following:

npm install @alleyway/add-tradingview-alerts-tool@2.6.6

hi there.

Thx for quick update. I followed your advice and ran npm install @alleyway/add-tradingview-alerts-tool@2.6.6 and ran the program, but the symptoms are still the same.

npx @alleyway/create-tradingview-alerts-home@latest, which is not an update method but a completely new installation method.

Even if I install a new file with this and run it from that folder, the problem is not resolved and the symptoms are the same. What should I do?

hi there.

Thx for quick update. I followed your advice and ran npm install @alleyway/add-tradingview-alerts-tool@2.6.6 and ran the program, but the symptoms are still the same.

npx @alleyway/create-tradingview-alerts-home@latest, which is not an update method but a completely new installation method.

Even if I install a new file with this and run it from that folder, the problem is not resolved and the symptoms are the same. What should I do?

nathanccmiller commented 6 months ago

I am also experiencing this issue. I don't believe it is an issue with timing but rather recognition of the new formatting. The error message I get in my terminal is: ERROR No fire rate 'option' available, but one was specified in alert configuration: Once Per Bar Close

mlake commented 6 months ago

fixed in 3.0.1