Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
75
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, TOS - Study, Camarilla Points. Is there a way to hide the support resistance lines for all previous days on the chart except the current day? My intention is to see the chart little clear with few lines on it. Thank you, Sam
0
votes
1
answer
1892
views
asked 5 years ago by
Category: Watch Lists
hello can you help me with adding the "Spark chart" to TOS watchlist in the desktop platform,(just like they have it in the mobile app version)  thanks
0
votes
1
answer
140
views
asked 5 years ago by
Category: Chart Studies
Hello Is there any way we can create alert when everytime ticker SPY or any move 50 cents up on down then alert ring. input SYMB = “SPY”; def AD = close (symbol = SYMB, period = AggregationPeriod.day) – close(symbol = SYMB, period = AggregationPeriod...
0
votes
1
answer
967
views
asked 5 years ago by
Category: Watch Lists
Mr. Hahn, I have the indicator code for Supertrend. Can this be made for a watchlist? Here is the code. Many thanks! input AtrMult = 1.0; input nATR = 4; input AvgType = AverageType.HULL; input PaintBars = yes; def ATR = MovingAverage(AvgType, TrueRa...
0
votes
0
answers
66
views
Be first to answer!
asked 5 years ago by
Category: Chart Studies
Hi Pete: I've trying to code the accdist indicator to tell me when it moves off of the high or low. Here is my code declare lower; input length = 5; def CLV = CloseLocationValue(); def spxvol = close("$TVOLSPC") - open("$TVOLSPC"); def rutvol = close...
0
votes
1
answer
380
views
asked 5 years ago by
Category: Watch Lists
Hello Pete I've come across a lower study called the tea 2.0...It seem to plot momentum very well...I was hoping to get the bright/dark red dots  and bright/dark green dots repainted to the watch list.   declare lower; input Period = 21; # Bars ...
0
votes
1
answer
79
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, Is there a way to highlight new results when doing a scan? Thanks!
0
votes
1
answer
126
views
asked 5 years ago by
Category: Strategy Guide
Thank you so much for your videos and websites, they are a phenomenal amount of great information that have helped me tremendously. Curious if you have encountered this?  I have successfully placed multiple 'Auto-trade Almost' conditional orders with...
0
votes
1
answer
109
views
asked 5 years ago by
Category: Chart Studies
Pete, In reference to my question " How to stop indicators from displaying in relation to a linear regression channels (LRC) direction". I've been giving this some thought and may have an idea but still don't know how to implement it. The attached PD...
0
votes
1
answer
91
views
asked 5 years ago by
Category: Stock Scanners
Is it possible to make a scanner that can combined options and stocks. Example Stock(last price) * .05) <  is  Option ( last Bid) price Thank you