Questions (2373)

Votes
Answers
Views
Question
0
votes
1
answer
213
views
asked 7 years ago by
Category: Chart Studies
Hello Room, Hello Pete I trying to convert this script from a trend indicator to a daily percent gainer to plot the Symbol, the price & the % change from the last close onto the chart. With this script, users can plug in multiple ticker symbols t...
0
votes
1
answer
139
views
asked 7 years ago by
Category: Stock Scanners
Hello, First off, thank you so much for your videos.  They really have taught me a lot about the TOS platform. I am looking to develop code that will alert me to the moment that a stock breaks a previous high (a resistance at this point) that was set...
0
votes
1
answer
136
views
asked 7 years ago by
Category: Chart Studies
I would like to know if there is a way to edit the grid appearance to remove the vertical lines on the grid and just have the horizontal lines.  Thanks
0
votes
1
answer
949
views
asked 7 years ago by
Hi Pete is there a way i can get a signal on Schaff Trend Cycle oversold below 25 from flat then move slight bend upward then overbought 75 flat then move slight bend downward? the picture is included thank you
1
vote
1
answer
421
views
asked 7 years ago by
Category: Strategy Guide
Hello, after watching this video, I was very excited to start making my own strategies and studies. However before doing that, I wanted to replicate what was done in the video... this is what I got so far. However there is one modification I would li...
0
votes
1
answer
529
views
asked 7 years ago by
Category: Chart Studies
Hi Pete, How is it possible to create a Multi-time frame Bollinger bands?  That line that I have commented out is an issue. I appreciate your help! input length = 20; input displace = 0; input price = close; input Num_Dev_Dn = -2.0; input Num_Dev_up ...
0
votes
1
answer
208
views
asked 7 years ago by
Category: Stock Scanners
I am getting an odd behavior when I change the Reference date. Everything works fine  through Reference Date = 20170609. But if I set the reference date as 20170610 or later, the red line does not get shifted to the green line on that (reference) dat...
1
vote
2
answers
219
views
asked 7 years ago by
Category: Watch Lists
Hello Hahn, Can you design a watchlist column that interprets multiple indicators and outputs a phase?  For example, These indicators will be Relative Volume % Change between the close of the previous candle RVI (Relative Volatility Index)   The...
0
votes
1
answer
662
views
asked 7 years ago by
I use 400 ticks bars. The more bars over a certain period of time the greater the speed of the market. If the market prints 50  (400 tick) bars over a certain time period say from 14:00 to 15:00 and prints 100 (400 tick) bars from 15:00 to 15:30 we k...
0
votes
1
answer
246
views
asked 7 years ago by
Category: Chart Studies
I'm wanting to have a study at the bottom of a chart that shows ETFs and the top 10 holdings and if how those holdings look if they have a bullish or bearish EMA crossover. If it is bullish (5 is over 21) then a green dot, bearish (5 below 21) then a...