Questions (2347)

Votes
Answers
Views
Question
0
votes
1
answer
64
views
asked 3 years ago by
Category: Chart Studies
I do hope my title is sufficient Hi again, I have another question pertaining to my signal line, which is based on various EMA’s  here’s a condition that could trigger the signal line to be “Green” def LongP = close > exp34; Signal line color valu...
0
votes
1
answer
64
views
asked 3 years ago by
Category: Stock Scanners
Hello again Pete, I have a question regarding a simple scan. Im trying to filter for an uptrend by stating different Sma and vwap be higher than they were X amount of bars ago.   vwap>vwap [x]...    and so forth with a 9 sma and 20 sma, and vwap.....
0
votes
1
answer
64
views
asked 3 years ago by
Category: Chart Studies
Hi Hahn, In the TOS platform in edit studies, one can bring on the advance/decline line for NYSE. I am not able to get a moving average for this indicator or any other indicator, such as the on balance volume indicator.  Is there a code that would he...
1
vote
1
answer
64
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I'd like to scan for stocks where the 34ema is at least one ATR above the 55ema. Thank you!
0
votes
1
answer
64
views
asked 4 months ago by
Category: Chart Studies
♥ 1
Hello Mr.Pete First of all, thank you so much for incredible work that you do for us its greatly appreciated. I came across with this studies that shows the actual open and high within the Heikin-Ashi candles with colored dots, white dot for the "ope...
1
vote
1
answer
63
views
asked 7 years ago by
Category: Chart Studies
How can I make a simple moving average for two different stocks? Here is an example: Stock1 = AAPL Stock2 =AMZN (closeofstock1 + closeofstock2)/2 (144 + 925)/2 = 534.50 Thanks!  
0
votes
1
answer
63
views
asked 6 years ago by
Category: Chart Studies
How to write this as an expression;    Current bar is X% greater or lesser than previous bar. With x being an adjustable input
0
votes
1
answer
63
views
asked 6 years ago by
I am trying to use the "tick speedometer" that you helped me with previously. Here is the code. I am sure this is something obvious that I am overlooking. It looks like it is plotting AHEAD of price?! Can you help? Thanks Lindsay   declare lower...
0
votes
0
answers
63
views
Be first to answer!
asked 5 years ago by
Category: Watch Lists
Pete I was hoping to get a red or green bar in a column when all time frames are in agreement.  If there are not just keep it black.. The yellows arrows are in agreement
0
votes
1
answer
63
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, I want to use this code, to show the stats(title and count) when i highlight a candle. However, I do not want the code to actually lot anything on the chart   #Count Trades and price neautralisng declare zerobase; plot Trades = Funda...