Watch Lists (301)

Votes
Answers
Views
Question
1
vote
1
answer
60
views
asked 4 years ago by
Category: Watch Lists
plot TK = Ichimoku("tenkan period" = 18, "kijun period" = 52)."Tenkan" is greater than Ichimoku("tenkan period" = 18, "kijun period" = 52)."Kijun";   here's what i have so far. just not sure of format if this is possible. Thanks
0
votes
1
answer
58
views
asked 4 years ago by
Category: Watch Lists
Hi Pete, Is there a universal way to use the same verbiage looking only for the current day with any script? If not, could you please help me again so that I don't have to use the lookback? Thanks again! input lookback = 13; def pctGain = ((close - c...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Watch Lists
Hello Pete I have a watch list that shows the color change when the 8 ema crosses the 34 ema but I would like it to show the number of candles showing when it happened. Thank you Dan
0
votes
1
answer
53
views
asked 1 year ago by
Category: Watch Lists
Hello i have created 2 column one for volume plot x = (volume);AddLabel (yes, + Round(x *.000001 , 1) + "M",color.white); and other to know if this can trade options AddLabel(1,IsOptionable());   is it possible to combine both and make volume co...
0
votes
1
answer
51
views
asked 3 years ago by
Category: Watch Lists
Hi Pete. If I add OnBalanceVolume to my watchlist as a column to see values it is not showing the results accurately which I need. I am pretty certain it is because of the timeframe. Example, look up any ticker and use the chart timeframe with TODAY ...
0
votes
1
answer
50
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, I know how to export a watch list in excel but is there a way to update that saved watchlist excel sheet with the latest current price on next day?
0
votes
1
answer
49
views
asked 3 years ago by
Category: Watch Lists
I need to see in my watchlist, which stocks are trading on NASDAQ, NYSE, and OTC this way I can avoid the OTC stocks as they charge a commission, are illiquid, have restricted hours. they are less desirable stocks to trade. especially when scalping a...
0
votes
1
answer
49
views
asked 1 year ago by
Category: Watch Lists
i would like to create some watchlist columns that show % price gains or losses for 1, 2, 3, 4 and five days following the firing of a signal. for instance, let's say the buy signal is RSI (2) crossing under 30. can i make columns that show price % g...
0
votes
1
answer
47
views
asked 6 years ago by
Category: Watch Lists
I was able to update a column on a watchlist to add a label and background color based on the closing price being above or below the 34 ema. Here is the code I am using: plot data = close ; def MovAvgExponentia1 = ExpAverage(close, 34 ); AddLabel(yes...
0
votes
1
answer
47
views
asked 1 year ago by
Category: Watch Lists
Hi Pete! This question is a refinement of a previous question:   https://www.hahn-tech.com/ans/display-atrtrailing-stop-values-in-a-watchlist/ I trade bonds (UB ZB ZN ZF). When I put ATRTrailingstop in a watchlist for these products, TOS is displayin...