Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
65
views
asked 3 years ago by
Category: Chart Studies
Hi Hahn, In the TOS platform in edit studies, one can bring on the advance/decline line for NYSE. I am not able to get a moving average for this indicator or any other indicator, such as the on balance volume indicator.  Is there a code that would he...
0
votes
1
answer
65
views
asked 2 years ago by
Category: Stock Scanners
Hi Pete, I always have trouble with writing this out in the Wizard. I would like to be able to scan for a 6 hour cross in the SlowStochastic. Here is my attempt, though it will not take it. My_Slow_Stoch()."SlowK" crosses above StochasticSlow()."Slow...
1
vote
1
answer
65
views
asked 7 months ago by
Category: Chart Studies
When using the TOS VolumeProfile study, is it possible to hide the volume figures? From the shape of the volume profile, it's easy to see which prices had the most volume, so the actual numbers aren't necessary, and just add clutter to the chart. Exa...
0
votes
1
answer
65
views
asked 5 months ago by
Category: Stock Scanners
Hey Pete! I am running a scan and one of the parameters is for stocks that have twice or greater the amount of volume today than average. The problem is that let's say the scan is run 10 minutes after open, basically no stocks will get returned becau...
0
votes
1
answer
64
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, a question of can I find the indicator private-yieldpriceperfomance of your YouTube video? Thanks Pete
0
votes
1
answer
64
views
asked 4 years ago by
Category: Chart Studies
Hi, the attached script with input "length" defines variable "n" as a function of length and other variables. In follow-on expressions in the script I want to use n's last, most recent value, not values from all its previous bars. I'm not sure how to...
0
votes
1
answer
64
views
asked 4 years ago by
Category: Watch Lists
Apparantly I've used up my 19 Custom Quote slots....how do I create additional ones?  Whenever I try to rename one the old just gets rewritten over.  I want to keep old, but make new and more than the 19. Thank ya kindly!
0
votes
1
answer
64
views
asked 4 years ago by
Hello Pete; What should we use to get a current price of a stock, not the close or open of candle? For example, if a 1-minute candle opens a 1.1 and starts going up how can we retrieve the price if it meets specific present criteria? not after the ca...
0
votes
1
answer
64
views
asked 4 years ago by
Category: Stock Scanners
Hey Pete, I'm trying to figure out the code that would pull a stock when X volume occurs twice within 10 bars. So for example, stock ABC is pulled when its volume spikes above 10,000 on two separate bars but within 10 bars of each other. I appreciate...
0
votes
1
answer
64
views
asked 4 years ago by
Category: Chart Studies
I do hope my title is sufficient Hi again, I have another question pertaining to my signal line, which is based on various EMA’s  here’s a condition that could trigger the signal line to be “Green” def LongP = close > exp34; Signal line color valu...