Votes
Answers
Views
Question
1
1
204
asked 6 years ago by Craig Habermehl
Category:
Alerts and Notifications
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
1
668
asked 6 years ago by G DF
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
1
150
asked 6 years ago by Juan Banderas
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
1
168
asked 6 years ago by cora smit
Category:
Watch Lists
Tags:
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
1
260
asked 6 years ago by CAROL W PFARR
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
1
159
asked 6 years ago by Ramanand Singh
Category:
Alerts and Notifications
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
1
129
asked 6 years ago by Philip Williams
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
1
421
asked 6 years ago by Tom Mueller
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
1
280
asked 6 years ago by market order
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
1
157
asked 6 years ago by Tommy Vo
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!