Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
38
views
asked 4 years ago by
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
votes
1
answer
167
views
asked 4 years ago by
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
votes
1
answer
90
views
asked 4 years ago by
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
votes
1
answer
670
views
asked 4 years ago by
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
votes
1
answer
63
views
asked 4 years ago by
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
votes
1
answer
106
views
asked 4 years ago by
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
votes
1
answer
621
views
asked 4 years ago by
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
votes
1
answer
117
views
asked 4 years ago by
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
votes
1
answer
89
views
asked 4 years ago by
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
votes
2
answers
195
views
asked 4 years ago by
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...