Questions (2373)

Votes
Answers
Views
Question
1
vote
1
answer
204
views
asked 6 years ago by
Hi Pete, I was hoping to add an alert to this study. Also hope to add it to the chart with up and down arrows if it cross to the upside or downside. def ema1 = ExpAverage(close, 50); def ema2 = ExpAverage(close, 9); def emaCrossingAbove = ema1[1] <...
0
votes
1
answer
668
views
asked 6 years ago by
Category: Chart Studies
Hi Pete, could you please try adding the previous day's HLC to the code below with the same formatting? Thank you *************************************************** declare hide_on_daily; input PlotOverNightExtremes = yes; input DisplayPriceBubbleOn...
0
votes
1
answer
150
views
asked 6 years ago by
Category: Stock Scanners
Hello Pete, The purpose of this post is to create a scan condition that detects the first red day of a stock that has been running up with 2 or more green days in a row with each green day making higher lows and higher highs than the previous day in ...
0
votes
1
answer
168
views
asked 6 years ago by
Category: Watch Lists
Hi Pete, I’ve been wanting to ask you from a long time. Please how can we make a wachlist or scan that scan on many stocks during last 30days 30minutes candles with TOS ichimoku how many candles are above span A and sort stocks by most numbers that m...
0
votes
1
answer
260
views
asked 6 years ago by
Category: Chart Studies
Hello,  I LOVE the MTF MACD indicator and wanted to know if it's possible to create a plot scan for it.  I use it on the 1' chart for scalping (5/15 and 15/30) and I would like to have a spike happen when the MACD crosses to the up or down.  Is that ...
0
votes
1
answer
159
views
asked 6 years ago by
I am looking for a script that can mark all HIGHs and LOWs as per the following definitions. Any help in this regard would be highly appreciated. HIGH: A new HIGH is established after a previous LOW when a candle closes below its predecessor candles ...
0
votes
1
answer
129
views
asked 6 years ago by
Category: Chart Studies
Hi All, I have a really simple question (I hope).  I'm trying to create a EMA study that references the output of an Relative strength indicator, NOT one of the built in options for the EMA (price, close, etc). I know enough to be dangerous with prog...
0
votes
1
answer
421
views
asked 6 years ago by
Category: Strategy Guide
Hi there, I implemented a strategy in thinkorswim and backtested it using papermoney. Psrt of the strategy is using the HeikinAshiDiff study (which itself uses ComoundValue). I have read that thinkorswim does not allow the use of recursive or Compund...
0
votes
1
answer
280
views
asked 6 years ago by
Category: Chart Studies
Hi i want to make an indicator that plots the price percentage change of 2 symbols between any timeframe's current price and that symbol's prior day's US market close. below is what i have so far. i got this "price percentage change with histogram" t...
0
votes
1
answer
157
views
asked 6 years ago by
Category: Chart Studies
Hi Hahn I'm looking for an automated vertical line across an intraday chart for specific market times (10:00am) and (12:00pm). Thanks and Happy early Thanksgiving!