Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
59
views
asked 1 year ago by
Category: Chart Studies
Hello Pete, I would like to request that a study that I found useful be converted into a histogram. The study that I intend to convert into a histogram is as follows, " def cl = close(period=aggregationPeriod.THirty_MIN); def op = open(period=aggrega...
0
votes
1
answer
59
views
asked 6 months ago by
Category: Chart Studies
Hi Pete, I would like to create a drop-down input to select between 3 different numeric options. I understand that using the switch/case functionality in Thinkscript can achieve this. Below is the starting code I'm working with. I know it is wrong, I...
0
votes
1
answer
58
views
asked 7 years ago by
Category: Chart Studies
Hellow mr Hahn i have a small line of code i need created.  Its a simple "plot scan" script as down below, but the kicker is that i need you to create a code plotting the frequency of the true values over a look back period of X bars. For example    ...
0
votes
0
answers
58
views
Be first to answer!
asked 7 years ago by
Category: Chart Studies
Hi Pete, Thank you for your videos I have one question Is it posible to display all studies in the range of type charts in thinkorswim? For example: I need to display the open price of some stocks in the range -bar chart, but it's not display. But oh...
0
votes
1
answer
58
views
asked 5 years ago by
Category: Chart Studies
Hi, I have a strategy that I would like to have trade live. How would I go about this?   Thanks!
0
votes
1
answer
58
views
asked 3 years ago by
Category: Chart Studies
Tags:
Hi Hanh, I am looking for a script that can tell log of past data of the amount of stock movement in last 30 min of close on option expiry dayfor given instrument. E.g. If I chose 2 week of data, there will be 6 SPX expiry day. I want to know how muc...
0
votes
1
answer
57
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Is it possible to setpaintingstrategy the previous plot?  I want to be able to put a blue point on top of an RSI if an RSI peak has formed. Thanks   plot RSIpeak= if (rsi < rsi [1] and rsi [1] > rsi [2])  then rsi [1] else double....
0
votes
1
answer
57
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I'm not getting any luck on creating a label for the current moving candle's open price to high price net price difference   Thank you.
0
votes
1
answer
57
views
asked 5 months ago by
Category: Chart Studies
I tried to create a study to show me the event of cross over in the RSI but I have modified the RSI to include a median line at 50% and renamed it RSI_50 and created it from the on board RSI that thinkorswim provides and it worked fine. However I tri...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I am in need of a script which displays some labels right after Nymex opens at 9 am EST as per below if the conditions are met. 1 – If Nymex Open is >= previuos day pit close then label as Nymex Open>P.Day Pit Close 2- If Nymex Open is...