Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
1325
views
asked 5 years ago by
Category: Chart Studies
Hi, I understand that IDataHolder / array is perhaps the most common data type used in thinkScript. Also I am reading that recursion is a commonly used technique. I know there is support for building functions and loops (fold). With all these, I thou...
0
votes
1
answer
161
views
asked 5 years ago by
Category: Chart Studies
Not sure how deep in the code this goes and if its possible, but I just had a thought about if I have large grid of FX pairs like so https://i.imgur.com/AP8c8eQ.png  if it would be possible to have the background color  of the chart change based on a...
0
votes
2
answers
482
views
asked 5 years ago by
Hi Pete, Hope all is going well with you and that you are having a fast recovery. Is there a simple way to get Sierra to calculate the Camarilla levels on my intraday Chart?
0
votes
1
answer
144
views
asked 5 years ago by
Category: Watch Lists
I would like to create a watchlist with the number of days the price as crossed up through the 8 day EMA and keep a count its been there, kind of like the Squeeze Watchlist like I have attached, I would like to color it Green for above and Red for be...
1
vote
2
answers
1289
views
asked 5 years ago by
Category: Chart Studies
Hi guys, I am trying to find a study on ToS that plots yesterday's high and low but only during RTH. I have found a few studies that get pretty close but they are missing one thing or another, (some of them only chart the high and low levels on that ...
0
votes
1
answer
199
views
asked 5 years ago by
Category: Chart Studies
Hi, I'm looking for a Premarket only indicator that will plot a 50% line between the Previous Day Close and Premarket High or Low.  I'm thinking like AutoFibonacci indicator, but only plots the 50% line only during Premarket. Thanks very much for any...
0
votes
2
answers
3498
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, Is there a way to convert the TOS indicator - Accumulation/Distribution Buying Pressure into Tradingview? Here is the code; declare lower; def data = if close > close[1] then close - Min(close[1], low) else if close < close[1] then clo...
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
0
answers
396
views
Be first to answer!
asked 5 years ago by
Category: Chart Studies
Would it be possible to get a TOS code for the fractal chaos bands? This indicator is availble on tradingview coded with pinescript.
0
votes
1
answer
614
views
asked 5 years ago by
Category: Chart Studies
Hi I wanted to see if you can help me to figure out how to do a custom indicator? I want to be able to see on the chart dynamic volume but with open close high and low. This is the link to see..I would appreciate it if you could tell me if its possib...