Questions (901)

Votes
Answers
Views
Question
0
votes
1
answer
74
views
asked 11 months ago by
Category: Chart Studies
Hi Pete ; Wondering if you would create ToS lower study of Vix3M/Vix. Pine script code is below and link to the code. Thanks! / © bauhaus28 //@version=4 study("VIX3M/1M ratio") vix3m = security("CBOE:VIX3M", "D",close) vix = security("CBOE:VIX", "D",...
0
votes
1
answer
73
views
asked 7 years ago by
Category: Stock Scanners
Is there a way to create a scan condition to bring back stock results that are not going through earnings?  
0
votes
1
answer
72
views
asked 5 years ago by
Category: Chart Studies
Hi, I've got an issue with arrows on price bars overlapping when plots overlap. is there a way to have the arrows plot on top of each other so that I can see the different plots that are true on that bar..... below is 2 plots of 8 that I have that I ...
0
votes
1
answer
72
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, Is there a way to scan my watchlist of stocks and create another watchlist containing stocks where their price did not hit the current week pivot (yet) or did not hit the prior week pivot? Thank you
0
votes
1
answer
72
views
asked 5 years ago by
Category: Watch Lists
Hi Pete. If I add OnBalanceVolume to my watchlist as a column to see values it is not showing the results accurately which I need. I am pretty certain it is because of the timeframe. Example, look up any ticker and use the chart timeframe with TODAY ...
0
votes
1
answer
72
views
asked 4 years ago by
Category: Chart Studies
Hello Pete,   I need help with code that highlights (show default color) of each High of day candle on a multi-day chart. Right now the current code I have only shows it for the "HIGHEST" candle on the entire chart. How can I modify this code to...
0
votes
1
answer
72
views
asked 3 years ago by
Category: Chart Studies
Hey Pete, I wanted to know if you can help me with some code . I want to change the dailey chart background to white if less than 100 bars are shown on the dailey chart.   This is great for fresh IPOS which dont have alot of data yet.   Tha...
0
votes
1
answer
72
views
asked 3 years ago by
Category: Chart Studies
Pete, I know there is an import bar on the top of chart, but wondering if a code can be used to import a study set. Thank you!
0
votes
1
answer
72
views
asked 3 years ago by
Category: Chart Studies
https://www.hahn-tech.com/ans/chart-label-showing-status-of-higher-time-frame-rsi/ Hi Pete, Would you be able to create something similar to this link above but with PPS Buy/Sell trend status instead? I'm looking to add Multi timeframe label in the c...
0
votes
1
answer
71
views
asked 5 years ago by
I want to make an alert that sends me a message every time the DSS line crosses below a certain point on the stochastic, but I also need the alert to reset its self every time the DSS crosses back above that same point on the stochastic.