Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
320
views
asked 5 years ago by
Category: Stock Scanners
Please help me to setup the Custom Scan with the following and added to watchlist . This is my Requirement and I will buy long based on all the 3 conditions are True. It's really difficult to go each individual  stocks which meet my requirements. I w...
0
votes
1
answer
104
views
asked 5 years ago by
Category: Stock Scanners
There is a scan showing stocks that returned 6% last earnings quarter. Is it possible to have a scan showing more than one quarter and allow the user to input the number of quarters and the desired percentage? Thank you
0
votes
1
answer
179
views
asked 5 years ago by
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
votes
1
answer
608
views
asked 5 years ago by
Category: Stock Scanners
I've not researched if this has been asked in the past so forgive me if so. I did see the approaching 200SMA study but I'm struggling with a code that shows price crossing the 200SMA on the current daily bar and finding it in a scan. What I want is w...
0
votes
1
answer
628
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...
0
votes
0
answers
417
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
181
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
2
answers
3680
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
206
views
asked 6 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...
1
vote
2
answers
1375
views
asked 6 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 ...