Questions (2350)

Votes
Answers
Views
Question
0
votes
1
answer
66
views
asked 4 years ago by
Category: Stock Scanners
Hello, can you help ? All time high stock in daily chart within 2year for the last 2 month.
0
votes
1
answer
66
views
asked 4 years ago by
Hi Pete Any chance to convert a similar study from TOS to Sierrachart using color bar alert based on condition Mark candle when first trading day of Month is Friday or Monday Thanks
0
votes
1
answer
66
views
asked 3 years ago by
Category: Strategy Guide
Hi Pete, Is it possible to send orders to buy different strike prices at $.5 per contract? For example using SPY, , I would like to have sent 1 instruction to buy 371Call at .5, then 370C at .5, 369C at .5 all expiring on Monday Thanks
0
votes
1
answer
66
views
asked 2 years ago by
Category: Chart Studies
Hi,   I was wondering if it's possible to have a study that plots a line on every whole dollar value on the chart.   Thank you
0
votes
1
answer
65
views
asked 7 years ago by
Category: Chart Studies
Hahn, I have a lower study that plots a number value. How can I color code that value the same color as the candlestick for that day? So if there was a green candlestick on July 27th I need the plot color green. If there was a red candlestick on July...
0
votes
1
answer
65
views
asked 6 years ago by
Category: Stock Scanners
Good morning Pete. Your forums and services has been a wealth of information. Thank you for that. What I am reaching out to you about today is the scan results not returned as expected. The “Premarket” scans populates after the market open, the “Perc...
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...
0
votes
1
answer
65
views
asked 4 years ago by
Category: Watch Lists
Hello Is there any way to create a script that set up condition that if the time is more than 11 Pm volume should be more than 2 million. or I can say after 11PM I need to see only the stock that have volume over 2 million.  
0
votes
1
answer
65
views
asked 4 years ago by
Category: Chart Studies
This is ToS script that paints Up/Down Arrows. I want to paint only the 5 most recent Bars. Tx # ARROWS input showArrows = yes; plot pUP = sState crosses above 0; pUP.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); pUP.SetDefaultColor(Color.G...
1
vote
1
answer
65
views
asked 4 years ago by
Category: Stock Scanners
Hello there Mr. Hahn, I have another very simple request for you. I already found the code to scan for inside bars on your site. What I would like next would be to scan for stocks that close in the upper 40% or lower 40% of the previous bars' range a...