Questions (2376)

Votes
Answers
Views
Question
0
votes
2
answers
180
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm stuck with the color problem.  The color fails to stay(keep) in green during/within the upward trend (even with the flat lines among upward trend), and I've tried many different ways but couldn't get the color right.  Here's my thinkscri...
0
votes
1
answer
174
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete  and all-  I'm trying to create a HA scan  for  prev 4  candles. The below code works fine..but it does not give the correct results. I know there are some stocks that fit that criterion. ********************************* def C0 = ohlc4; def ...
0
votes
1
answer
290
views
asked 5 years ago by
Mr. Hahn, I have been trying to create a sound alert for a momentum indicator.  It does not work. Any help would be appreciated. See attached code: # # TD Ameritrade IP Company, Inc. (c) 2009-2020 # #wizard input: crossingType #wizard text: Inputs: l...
0
votes
1
answer
87
views
asked 5 years ago by
Category: Strategy Guide
Is this a setting somewhere in the stock setting of the strategy that I'm not aware of or does this require me to modify the code of the RSI strategy to accomplish this?  I would like just one buy and one sell before triggering another buy and sell.
0
votes
1
answer
142
views
asked 5 years ago by
Category: Stock Scanners
Hi, How can I scan for stocks where the 9 SMA crosses above the VWAP  on the 5 minute time frame? and at the same time the 50 MA crosses the VWAP on the 1 minute time frame. I need both conditions to be met. Thank you for your help
0
votes
1
answer
363
views
asked 5 years ago by
Category: Stock Scanners
I wish to adapt this a relative volume indicator to a scan but am having trouble converting the plot of the indicator into a functional scan line. I wish to have the scan fire whenever volume in any of the first 3 bars is greater than average over th...
0
votes
1
answer
141
views
asked 5 years ago by
Category: Chart Studies
  I am trying to script a dynamic trailing stop on a daily chart. I can plot the current price with a horizontal line and plot a second line to follow as the price rises and falls. What I can’t figure out is how to get the second line to stop when th...
0
votes
1
answer
103
views
asked 5 years ago by
Category: Stock Scanners
I'm trying to put together a scan from the documentation but I can't figure it out.  All I really want to do is get the high low and close from the previous week and see is last is close to that point.  I think I have most to fit but can't ...
0
votes
1
answer
257
views
asked 5 years ago by
Mr. Hahn, I have very much enjoyed your videos and insight. I am struggling with trying to create the proper alert. I am trying to create a signal using TOS when the MovAvgExponential (Close, 9, 0, No) crosses above the VWAP (-2.0, 2.0, DAY). I know ...
0
votes
1
answer
183
views
asked 5 years ago by
Category: Strategy Guide
Is there a script or Hot key where we can place a buy/sell order where we click on chart like when we do right click on chart then a menu appears with various option for BUY/SELL and the price would be same as place where you did right click?