Skip to main content

All Questions

Filter by
Sorted by
Tagged with
-1 votes
1 answer
41 views

How to add this conditions to alert ? - Pine script tradingview

My condition is i want the alert to notify me when there is a candle that closes more than 1% in upward or downward move. i tried various things but could'nt figure it out. i want the exact pine ...
harpal singh's user avatar
1 vote
1 answer
641 views

strategy.position_avg_price returns "NaN" on alert when triggered in Pinescript

My code on trading view pine script is returning me "NaN" for strategy.position_avg_price when alert is triggered. It works when I back test it. However when I test it live, it is giving me &...
Marcus's user avatar
  • 11
0 votes
1 answer
931 views

Pinescript multiple 'alert.freq_once_per_bar' alerts on a single bar

I've recently been having some issues regarding Pinescripts alert() functions, specifically regarding the 'freq = alert.freq_once_per_bar' aspect of the alerts. I have been receiving duplicate alerts ...
Oxelo's user avatar
  • 7
1 vote
0 answers
367 views

Force study alert at candle close

Small question, I use 3 indicators that I have combined into 1 to send webhook alerts for more simplicity The problem is that this indicator can often give me 2 signals in a row at the close of a ...
Mathabinie's user avatar
0 votes
1 answer
308 views

Tradingview alertcondition(condition, title, message)

I want to create an alert condition whenever ema(close,20) > ema(close,50) > ema(close,100) is true along with other conditions from the original script. This for Buy alert. Reverse is for sell. ...
Winter Soldier's user avatar