Votes
Answers
Views
Question
0
votes
1
answer
89
views
Category:
Stock Scanners
Hi Pete, I need to add a condition in the scanner 1- The first 1 minute 930 AM est candle's open is either equal to low or low of that candle is not lesser than 0.5% from the open and that first minute candle has a minimum volume of 1M 2- The first m...
0
votes
1
answer
89
views
Category:
Stock Scanners
Tags:
Hi Pete, I'm able to scan for earnings coming up in the week, it is possible to calculate the $(dollar move) they made in their previous earnings two days prior to the announcement to the announcement day (BMO or AMC), so BMO would include the day of...
0
votes
1
answer
89
views
Category:
Chart Studies
Want to add RSI for "SPY" as a lower study on stock charts. Have searched the web and site for secondary or different stock ticker but nothing comes up. Is there anyway to display a study for a stock ticker other than the one being shown on the...
0
votes
1
answer
89
views
Category:
Chart Studies
Hello Pete, I need help creating a simple chart label Condition 1 find % change from yesterdays close to todays high (include premarket) Calculate the mean ((yesterdays close+todays high)/2)) Find the % change from todays high of day to the mean. Pl...
0
votes
1
answer
89
views
Category:
Watch Lists
Hello i have created 2 column one for volume plot x = (volume);AddLabel (yes, + Round(x *.000001 , 1) + "M",color.white); and other to know if this can trade options AddLabel(1,IsOptionable()); is it possible to combine both and make volume co...
0
votes
1
answer
89
views
Category:
Chart Studies
Hello Pete, For those using the daily chart and the default volume settings and style. How can we create an indicator that highlights the current day (today) volume bar yellow. Best
0
votes
1
answer
89
views
Category:
Strategy Guide
Can we compare multiple FPL in Single Strategy to see which one works better for a particular Stock. Ex, def conditionOne = Average(close, 8) crosses above Average(close, 21); def conditionOneClose = Average(close, 8) crosses below Average(close, 21)...
0
votes
1
answer
88
views
Category:
Strategy Guide
Hello, Say I have multiple purchases of a stock over the day, at different prices and volumes. Can thinkscript strategies reference my weighted average position, as part of how it makes decisions for future entries/exits? (for example - averaging dow...
0
votes
1
answer
88
views
Category:
Stock Scanners
Hi Pete, My question is two-part. How would you write a scan showing a Bollinger Band mid-line cross AFTER at least the 5-previous bars being below? I would like the scan to work on the smaller intraday time frames too. The second part of the questio...
0
votes
1
answer
87
views
Category:
Watch Lists
Hi Pete! This question is a refinement of a previous question: https://www.hahn-tech.com/ans/display-atrtrailing-stop-values-in-a-watchlist/ I trade bonds (UB ZB ZN ZF). When I put ATRTrailingstop in a watchlist for these products, TOS is displayin...
