Skip to main content
-1 votes
0 answers
23 views

enter image description here I have a script which reads lowest lows and highest high. What I want help with is to do a draw on liquidity alert where a candle low is below previous ta.lowest low and ...
Steven Bold's user avatar
0 votes
0 answers
51 views

I am developing pinescript indicator with multi timeframe support indicator("My indicator", timeframe = "") I want to plot somevalue with offset plot(somevalue, offset = 5) This ...
Oto Zars's user avatar
  • 821
0 votes
1 answer
60 views

Entry price is at the blue rectangle, and exit ( stop loss ) price is at the purple rectangle. This image exactly denotes what the broker emulator executed. According to the documentation https://www....
Rostfrei's user avatar
  • 492
0 votes
1 answer
105 views

I am new in pine script and just tring to print the value of RSI of two different timeframes eg "D" (Daily) and "60" (Hourly) using the following code but whenever I change the ...
Prosenjit's user avatar
  • 173
-1 votes
1 answer
139 views

I have some signals that are generated through logic within my indicator. They are plotted as “dots, triangles, or arrows” or other shapes. What I wanted was a way to “monitor” the indicator signals. ...
Stonks's user avatar
  • 11
0 votes
1 answer
68 views

I’ve written a Pine Script to display the Daily 50/100/200 Moving Averages on lower timeframes (like 1H or 15m). I’m pulling the data using request.security() to lock it to the 1D timeframe so it ...
Rshiny Learner's user avatar
1 vote
1 answer
89 views

I use the alert in my code to send alerts, and I want to be alerted more often than once per bar. So I set the freq to All, but I also want to restrict the amount of alerts to not be blocked. I ...
M.Parent's user avatar
  • 194
0 votes
1 answer
66 views

When using request.security function in Pine Script, like in the script below, I find weird outcomes when there is dividend at play. I used the function a lot for crypto... no dividends, so no problem ...
Foto Koen's user avatar
0 votes
1 answer
65 views

Using Pine v6, I get an error on line 2 that I don't understand. float bar_hh = ta.highest(2) float bar_h1 = ta.dev(bar_hh, 2) ? na : bar_hh bar_hh is float. Still, the error I get is complaining ...
M.Parent's user avatar
  • 194
0 votes
0 answers
52 views

My indicator is on the daily timeframe and I'm using the security_lower_tf to gather the 1hr volume data. The problem is that security_lower_tf only returns as many hours there are in the current/...
AWP's user avatar
  • 1
0 votes
1 answer
56 views

This code causes an erroLir Line Cintinuation error. Some reason it does not recognize the colon at the end of the case statements //@version=6 indicator("Smooth1 with Series Input", ...
Pat's user avatar
  • 1
0 votes
0 answers
59 views

I am trying to write a Pine Script indicator that draws trading sessions as a single candle (based on user-defined start and end times). The indicator should: Plot session candles consistently across ...
Kourosh's user avatar
0 votes
1 answer
62 views

Bear with the length of this but it is confusing the heck out of me. When I run this statement in trading view on a Daily Chart: open1 = request.security(syminfo.tickerid, "M", open[12]) and ...
LetsMakeMoney's user avatar
0 votes
0 answers
69 views

I've created a Pine Script indicator with a custom pane background colour using bgcolor(). The background displays correctly, but the indicator legend area (showing indicator name and values) has its ...
paul28's user avatar
  • 21
0 votes
0 answers
50 views

I am trying to plot weekly timeframe Linear regression channel on my daily chart the values look fine, only the starting point is not correct. I even tried using the lineStart variable in the function ...
Kunthu Dhadda's user avatar

15 30 50 per page
1
2 3 4 5
487