Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
686
views
asked 4 years ago by
Category: Watch Lists
Hello Pete, I have a question on calculating slope from MAs (i.e 8 day EMA) from say the last 5 bars of trading. I would like to incorporate this as a red/green indicator on my watchlist, and use a criteria of greater than 0.5, then green, and red is...
0
votes
1
answer
96
views
asked 4 years ago by
Category: TS Solutions
Hello Pete I had a question on easy language in TS. As you see in the attached pic of MSFT the strike price of 172.50 has a bid of 6.90 and a ask for 7.00, so a 10 cents spread How can it be calculated in easy language to check for spread, that if th...
0
votes
1
answer
109
views
asked 4 years ago by
Category: Stock Scanners
I have a newbie question. Is it possible to compare the current price (not a previous close but what it actually is at this exact time) to the open price for that particular bar? In otherwords, how much that candle has increased? I wrote this code bu...
0
votes
1
answer
246
views
asked 4 years ago by
Hello! I was wondering if it was possible to create a scanner that will pick up large option orders, and large option orders relative to the stocks average daily volume?I attached a picture to show a general idea of what I am looking for.
0
votes
1
answer
118
views
asked 4 years ago by
Category: Strategy Guide
I'm trying to create a script that will only execute my conditional order strategy between 9:30 and 4.   Can you recommend how to insert that into Thinkscript in a way I can also use in a conditional order?  Also, I want the order to close before 4, ...
0
votes
1
answer
1477
views
asked 4 years ago by
Category: Chart Studies
Problem: You can overlay two chart studies so they display on the same lower subgraph. However you cannot use the crossovers that appear on the chart to generate any signals or alerts.  This is a very common request so I decied to add this to th...
0
votes
1
answer
896
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Is there a way to see the hourly candles start time as the middle of hour for TOS? For example hrly candle start time is 9:30 EST, 4 hr candle start time is 9:30 EST. Are traders in CST time zone have same start time on candles like EST time...
0
votes
1
answer
790
views
asked 4 years ago by
Category: Watch Lists
I was looking for a way to create a custom column in the TOS watchlist that would give me the % change from the current days open to the current day market price. TOS has a %Change column but it calculates from the previous days close. I found a ques...
0
votes
2
answers
337
views
asked 4 years ago by
Category: Stock Scanners
Thank you for this custom indicator. Is there a way to adjust the code so that the pivotLowFollowThrough alerts on the first changed bar instead of the second?
0
votes
1
answer
92
views
asked 4 years ago by
Category: Stock Scanners
I am using this Variable Moving Average Study on my charts. #added coloration # formula from lazy bear #https://www.tradingview.com/script/HT99VkZb-Variable-Moving-Average-Bands-LazyBear/ input price = close; input length = 5; #input length = 3; scri...