- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
479
asked 5 years ago by PapaAlan
Category:
Chart Studies
I have the script attached and basically it should have relative comment lines in it for you. It\'s an attempt to get as good as it can get using the TOS data block feeds to determine the amt of buy volume versus sell volume. It\'s my code btw. The...
0
1
130
asked 5 years ago by Kim Tim
Category:
Chart Studies
Hi Pete, I'm setting up two TOS scans using the codes below (long and short), but it keeps giving errors. Please help to fix. Thank you! EMA BREAKOUT LONG high is less than high from 1 bars ago and low is greater than low from 1 bars ago and high fro...
0
1
179
asked 5 years ago by Tom Smith
Category:
Chart Studies
Hi, I found this studies on your site, very useful for me. I want to check if it is possible to make it as a percentage instead of the dollar amount. AddLabel(yes, GetOpenPL(), Color.WHITE);
0
1
630
asked 5 years ago by Nir Shahar
Category:
Chart Studies
Tags:
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...
0
0
417
Be first to answer!
asked 5 years ago by cherif nour
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
1
181
asked 5 years ago by Jackson Gregory
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
2
3682
asked 6 years ago by Jordan Anth
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
1
206
asked 6 years ago by Bryan Marshall
Category:
Chart Studies
Tags:
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...
1
2
1376
asked 6 years ago by Jeremiah Berndt
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
1
172
asked 6 years ago by Viljar Kuusk
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...