Questions (2351)

Votes
Answers
Views
Question
0
votes
0
answers
817
views
Be first to answer!
asked 7 years ago by
Category: Strategy Guide
Trying to make study to buy once the macd has a bullish cross, but only if the RSI was recently oversold in the last few candles. It would be nice the reverse the position once its overbought too. Thanks Pete!
1
vote
2
answers
330
views
asked 7 years ago by
Category: Strategy Guide
I thought it would be easy to take the "MovingAvgCrossover" study and convert it to a strategy, but I wasn't able to. What I really want is to have a strategy that buys when theres a bullish sma crossover, and reverses position on a bearish crossover...
1
vote
13
answers
818
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete, I would like to run a scan for stocks that have been above their ATRts for at least the last 10 days.
1
vote
1
answer
99
views
asked 7 years ago by
Category: Stock Scanners
How can I scan for a stock's 28 EMA within 5% of the 52 wk highs but the 28 EMA is now below the price the 28 EMA was at yesterday  (if it's possible, on a weekly time frame.) I attached a screenshot below. So we are pretty much scanning for when the...
0
votes
0
answers
114
views
Be first to answer!
asked 7 years ago by
Category: Strategy Guide
I set up a conditional order in the Paper Trade system and it worked well from what I can tell. I also had that buy order trigger a sell order. Is there a way to set up a conditional sell order based on the buy order that triggered it? For example, I...
0
votes
0
answers
283
views
Be first to answer!
asked 7 years ago by
Category: Watch Lists
Hello Pete, I would like to ask you if it’s possible to use MACDHistogramCrossover study with the pop-up alerts window to TOS LIVE Watchlist, as in your example with TTM_squeeze? there it is color coded, but I am interested if you can add Donchian Lo...
0
votes
0
answers
128
views
Be first to answer!
asked 7 years ago by
Category: Watch Lists
Hello Pete, I would like to ask you if it’s possible to use Donchian Long Entry study with the pop-up alerts window to TOS LIVE Watchlist, as in you example with TTM_squeeze? there it is color coded, but I am interested if you can add Donchian Long E...
1
vote
8
answers
1956
views
asked 7 years ago by
Hello Pete, I have a scan set up to look for price to be above the ATRtrailing Stop (ATRts) on a daily and for a Fast Stochastic K to cross above the Slow D on an hourly.  When this condition is met, the alert is supposed to fire, however that is not...
0
votes
1
answer
219
views
asked 7 years ago by
Category: Chart Studies
Hi, I have watched the video here https://www.youtube.com/watch?v=YW8ruMckbEw I am wondering how "addOrder" function works? I tried the following code but it doesn't create any order : addOrder(OrderType.BUY_TO_OPEN, true,open[-1],1,Color.RED,Color.R...
0
votes
0
answers
88
views
Be first to answer!
asked 7 years ago by
Category: Strategy Guide
Hi, I am new in thinkscript. I know there is AddOrder function to add an order. If I want to abort the order that has been made, how to abort the order ? I can't find AbortOrder function.