incryptowetrust100k

New Alerts Allow for Dynamic Messages

incryptowetrust100k 已更新   
www.tradingview.com/...amic-messages-22588/

Following the last example from the link above, I added a function return to plot the calculated RSI value for each ticker.

For this, I added the expression of the rsi bult-in function in the security call, to send as a return to the plot function.


Ps. I purposely inverted the crossunder/crossover calls for testing here.
版本注释:
As I commented in line 6, 66, 68, 74 ad 92

If we could call security using series, we could set a string array with the choosed symbols as the line belows..
then

Then we could make a loop using a for procedure to set some other arrays, as the e.g. below
I tried to convert tostring the ticker array, before calling the function securitybut it was not possible too

It would save a lot of code lines

It would sabe 15 lines in this example code
版本注释:
I've noticed that the sma croosunder/over was getting the wrong data.

I've just corrected it and did some updates, described below:

Inserted the inputs to allow the user choose the source and the length of each indicator.
Checkbox to activate or deactivate the indicator allert.
Added the variable to get the price source from mom securtiy function to plot the value in the allert correctly.


The comments about the seies in security is just to show how would let easier to code if it was possible to use.
开源脚本

本着真正的TradingView精神,该脚本的作者将其开源发布,以便交易者可以理解和验证它。为作者喝彩!您可以免费使用它,但在出版物中重复使用此代码受网站规则的约束。 您可以收藏它以在图表上使用。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?