Questions (2372)

Votes
Answers
Views
Question
0
votes
1
answer
919
views
asked 8 years ago by
Category: Chart Studies
This question is very straightforward... How can I shift one of my indicators (we can use a 9 EMA for example) to get plotted 5 spaces to the right, so the indicator won't be so much of a lagging indicator? All I want to do is take the plot price of ...
0
votes
0
answers
824
views
Be first to answer!
asked 8 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
349
views
asked 8 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
862
views
asked 8 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
105
views
asked 8 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
124
views
Be first to answer!
asked 8 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
286
views
Be first to answer!
asked 8 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
135
views
Be first to answer!
asked 8 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
2029
views
asked 8 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
237
views
asked 8 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...