Questions (900)

Votes
Answers
Views
Question
0
votes
1
answer
58
views
asked 5 years ago by
Category: Chart Studies
Hello Pete How to create a chart label that captures the time PREMARKET when the bid price first becomes 70% greater than yesterday afternoons close price Can you create a chart label that captures the time when a tickers Bid price reaches 70% greate...
0
votes
1
answer
58
views
asked 4 years ago by
Category: Chart Studies
I watch some mutual funds and often TOS won't adjust price for dividends no matter i hit the button under settings/equities that tells it to do just that.  Take ARBIX.  On 12/11/20, it had div of .3172.  I can't get my chart to reflect that div.  ins...
1
vote
1
answer
57
views
asked 4 years ago by
Category: Chart Studies
I have this code so far: declare lower; input symbol1 = "/GC"; plot smb1 = close(symbol1); This plots the standard gold futures contract. I want to plot specific gold contracts with different expirations, namely 6 months and 12 months out until expir...
0
votes
1
answer
57
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, is possible to plot line at high of the candle when it spikes over 30% ? but if  the next candle makes a higher high then plot the line at the new high whether or not  it spikes 30% and so on until stop making new highs. Thanks for your time...
0
votes
1
answer
57
views
asked 2 years ago by
Category: Chart Studies
Hi, i am a regular viewer of Hahn Tech YT videos. How to setup the time axis to show up time under the charts like this ? The subgraph is encircled. Where as my setup doesn't show me any option to bring that. Regards
0
votes
1
answer
57
views
asked 2 years ago by
Category: Watch Lists
Hi Pete! Hope you are healthy and having a decent year. I am perplexed that there are zero platforms that use any "odd" hourly scans. I am trying very hard to figure out a way to "see" a 7 Hr Timeframe and figured the easiest way was through a watchl...
0
votes
1
answer
57
views
asked 6 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
56
views
asked 5 years ago by
Category: Watch Lists
Hi Peter, Thanks for your contributions on this forum. Let's say AAPL is currently trading at $370 and call option for $387.5 is at $3 and the call option option for $390 is at $2. Is there a way to display a column in watchlist showing $1 as the dif...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
I would like to know how to add a line to my charts that start at close on 20201231 so I can see that on the chart (just a plain white line) and use in a scan (close at/above or below). The plan would be to update next year for the end of this year. ...
0
votes
1
answer
56
views
asked 3 years ago by
Category: Chart Studies
Hello Pete, I wanted to edit my last request and make it simple.   How do we make all candles black except the HOD candle.   Best