Questions (2350)

Votes
Answers
Views
Question
0
votes
1
answer
804
views
asked 4 years ago by
Category: Stock Scanners
Hi, Im kinda new, Im trying to build a scanner, that the stock  open lower than previous day. This is for a Short Strategy. I would like to find a stock that after making a Higher High... after that get rejected and makes a Lower High. and the price ...
0
votes
1
answer
119
views
asked 4 years ago by
Category: Chart Studies
Good Evening Is there a way to have the MACD Histogram paint the candles the colors that are chosen in the Diff setting in the MACD Customizing Options? For example I change the Positive and Up to Blue and I want the candle to paint Blue, so on and s...
0
votes
1
answer
163
views
asked 4 years ago by
Category: TS Solutions
Hi Pete, Thanks again for this site.  What a great resource! When I setup a scanner using the indicator, as shown in the video, I set the KBB field to 1 and get a list of tickers that should be forming a green dot after any number of reds. However wh...
0
votes
1
answer
91
views
asked 4 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  
0
votes
1
answer
107
views
asked 4 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
126
views
asked 4 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...
1
vote
1
answer
205
views
asked 4 years ago by
Category: Chart Studies
Firstly, a huge thanks to Pete!!!.  Without having any background in writing code, I've been writing my own custom, studies, watchlists, strategies, etc  for a couple of years now thanks to the information on this site :)  I have a piece of code that...
0
votes
1
answer
79
views
asked 4 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
378
views
asked 4 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
0
answers
65
views
Be first to answer!
asked 4 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...