Votes
Answers
Views
Question
0
1
953
asked 5 years ago by Shaishav Patel
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
1
830
asked 5 years ago by Geotech
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
2
355
asked 5 years ago by Russ Roberts
Category:
Stock Scanners
Tags:
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
1
104
asked 5 years ago by Dan C
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...
0
1
41
asked 5 years ago by James Walton
Category:
Chart Studies
Hi Pete! Here is what i'm trying to do. I'm simply trying to get the AccDist value from the date of the 52 weekly low. I know how to get the AccDist from another post on here (so TYVM). def accDist = TotalSum(volume * CloseLocationValue()); I...
0
1
180
asked 5 years ago by Stacey LaPierre
Category:
Chart Studies
Thank you very much for your answer on inserting volume numbers above price bars. I used the word "volume" incorrectly - my apologies. How would total "options volume" be represented above a price bar? Thank you again. plot data = Volume; data.SetPai...
0
1
106
asked 5 years ago by Yoel Pablo Morales
Category:
Chart Studies
Hi, Pete, Hope all is well with you. I was thinking that maybe it would be a better idea to transform this into a superior study so that the arrows can be clearly marked on the graph. But I have a problem with the graph. The sails are flattened and t...
0
1
872
asked 5 years ago by Stacey LaPierre
Category:
Chart Studies
How can I get volume to display above a price candle on any chart? I will use this primarily for SPX but might use it on other charts. Attached is a screenshot that shows the intended result of volume numbers shown in blue above each candle. Thank yo...
0
1
75
asked 5 years ago by James Walton
Category:
Stock Scanners
Hi! I hope this is a simple question but is there a way to set up a scan based on the industry? For example I just want stocks from "Broad Industrials" or XLI etc?
0
1
123
asked 5 years ago by Chan Dler
Category:
Chart Studies
Hello, I am just a self-taught scripter here and i am wondering if you can help me finish my chart study script about a condition counter, I am kinda stuck on the last part where i have to use a reccursive command with condition counter? I tried to ...