Votes
Answers
Views
Question
0
1
213
asked 7 years ago by David W. Johnson
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
1
139
asked 7 years ago by Jason Haddad
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
1
136
asked 7 years ago by iO Rambo
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
1
949
asked 7 years ago by Ricky Garcia
Category:
Alerts and Notifications
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
1
421
asked 7 years ago by Andriy K
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
1
529
asked 7 years ago by [email protected]
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
1
208
asked 7 years ago by Arun NY
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
2
219
asked 7 years ago by Juan Banderas
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
1
662
asked 7 years ago by Ervin Lindsay Blanks
Category:
Alerts and Notifications
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
1
246
asked 7 years ago by Ryan Sizemore
Category:
Chart Studies
Tags:
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...