Questions (892)

Votes
Answers
Views
Question
0
votes
1
answer
72
views
asked 5 years ago by
Category: Chart Studies
Hey all - I was wondering if anyone could help me with a bit of coding for the following: - Price level across whole WEEKLY chart 2% from current weekly open price. If it wasn't too much effort I'd like to have two more variables within the same code...
0
votes
1
answer
72
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! I have included an attachment for your reference. The right image is what I am looking for. It seems like my plot reverse engineer rsi code is incorrect. This is the code I am using for the left image: plot ema20 = movAvgExponential(close, 2...
0
votes
1
answer
72
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, My question is two-part. How would you write a scan showing a Bollinger Band mid-line cross AFTER at least the 5-previous bars being below? I would like the scan to work on the smaller intraday time frames too. The second part of the questio...
0
votes
1
answer
72
views
asked 2 years ago by
Category: Chart Studies
Hello Pete, I need help creating a simple chart label Condition 1 find % change from yesterdays close to todays high (include premarket) Calculate the mean  ((yesterdays close+todays high)/2)) Find the % change from todays high of day to the mean. Pl...
0
votes
1
answer
72
views
asked 2 years 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
72
views
asked 8 months ago by
Category: Stock Scanners
Question:  # How do I find "x" where "x" is the last value in the array "consecutivehigherhighs". The idea is to insert it under "totalconsecutivehigherhighs" as it is summation over "x" period where "x" is the last value of the array "consecutivehig...
1
vote
1
answer
70
views
asked 4 years ago by
Category: Chart Studies
Hello Hahn! I wanted to make an indicator similar to the dailySMA wherein only the current bar's SMA (close aggregationperiod = day) will have a horizontal line extending throughout the month (line aggregationperiod = month). I can only show the curr...
0
votes
1
answer
70
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Thank you for all the hard work you do for us TOS users. I just have a quick question (hopefully). I would like to plot a range based on the previous days close and fill that range with color. As an example, there is a red area in the attach...
0
votes
1
answer
70
views
asked 4 years ago by
Category: Chart Studies
When I attempt to remove a drawing on a chart TOS asks do you really want to remove all drawings. I just want to remove the current fibs on just this chart and establish new ones. I know it should be obvious but not seeing it. TIA
0
votes
1
answer
69
views
asked 5 years ago by
Category: Stock Scanners
Is there a way to run script only on these symbols /ES or /CL or /HG? And the script I am looking to run is something simple like this: ATR()[1] >= 0.25 I looked online and discovered if GetSymbol() but unsure if this is what I am supposed to be u...