Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
172
views
asked 4 years ago by
Category: Chart Studies
Hey Pete - Regarding the MACD-RSI script that you've made a couple videos on: Is there a way to have the plot spike on the third bar of the pattern, rather than the 4th? I tried removing what I thought was the 4th bar from the code (highlighted on li...
0
votes
1
answer
170
views
asked 2 years ago by
Category: Chart Studies
I'm basically looking to put a white arrow on my daily chart where the high of the first candle passes the previous week high.  THis study doesn't work the way I expected as it's placing a arrow under every candle. # input aggregationPeriod = Aggrega...
0
votes
1
answer
169
views
asked 5 years ago by
Category: Chart Studies
I am trying to establish a link between Excel and Thinkorswim. The flow path I am trying to achieve excel to thinkorswim. For example take price levels generated in excel for lets say 10 positions and have it connected to thinkorswim and have the pri...
0
votes
1
answer
169
views
asked 5 years ago by
Category: Chart Studies
Hello can you help me with the Script that draw line at 7 AM pre market open price. I did saw this def newDay = GetDay() <> GetDay()[1]; def start = newDay or SecondsTillTime(400) == 0; rec premarketOpen = if start then open else premarketOpen[...
0
votes
1
answer
169
views
asked 4 years ago by
Category: Chart Studies
Is there a way to easily add the aggregation period input to any indicator? I tried adding input period to the Rate of Change indicator, but it still only calculates based on the selected chart period.   declare lower; input length = 14; input c...
0
votes
1
answer
169
views
asked 2 years ago by
Category: Chart Studies
Greetings, I thought it would be a simple task but my searches have been fruitless. How can I turnoff Volume Subgraph in TOS on individual charts before I detach them. TIA.... Peter
0
votes
2
answers
169
views
asked 1 year ago by
Category: Chart Studies
Hi Pete! Thanks for the great forum!!! Attached is a 5 day one tick RANGE chart of UB. The style chart type is LINE. See attached Appearance settings for the LINE chart.   Up Tick Down Tick and Neutral tick are all set to white in this example. There...
0
votes
1
answer
167
views
asked 5 years ago by
Category: Chart Studies
Mr Hanhn,   I've looked at one of your previous posts and tried to follow what you were doing but it's not transcribing the same for what I'm doing it seems. Would appreciate help if you were able   What I'm working on is inside the ## I'm ...
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
166
views
asked 7 years ago by
Category: Chart Studies
I was wondering if there is a way to overlay a higher time frame chart over a smaller one.  So could I overlay a 1 hour chart over a 15 minute chart?  Not technically over it because I need to see both but you get what I mean.  Or could I plot highs ...