Votes
Answers
Views
Question
0
1
38
asked 4 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
173
asked 4 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
101
asked 4 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
805
asked 4 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
70
asked 4 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
117
asked 4 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 ...
0
1
687
asked 4 years ago by Salman Saeed
Category:
Watch Lists
Hi everyone, new to ThinkorSwim and to this site. Hoping someone can lend me a hand with this problem. I am trying to get the PPS Buy and Sell signals in a column in my watchlist and have been able to do so using the code below. The issue is that I r...
0
1
127
asked 4 years ago by Craig Habermehl
Category:
Stock Scanners
Pete, I'm trying to scan for the close above the pivot on PERON PIVOTS that s a TOS study...I'm trying to do a weekly and monthly scan. For some reason it wont allow it..Hopefully you can help..It says secondary period not alowed
0
1
94
asked 4 years ago by Abe Jackson
Category:
Alerts and Notifications
I watch tick chart while doing intraday trading. I set my ticks to give me signals at certain tick points but TOS create arrows that are in the way. I'm including a screenshot. I tried removing the marker but couldn't find any way to get it done. Tha...
0
2
204
asked 4 years ago by Brian Scott
Category:
Strategy Guide
I am using a method similar to the YouTube video ("ThinkorSwim Autotrade Almost"). I understand that the method used in the video allows a study to be created which can be added to a chart, and thus trigger trades based on the code in the study...