Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
278
views
asked 1 year ago by
Category: Chart Studies
Hello Mr. Hahn, This is a conceptual question about a TOS study. I know how to get yesterdays low, close, high etc.  However, I'd like a study to be able to grab the barnumber of those points/candles and then grab the open or close of that candle bod...
0
votes
1
answer
60
views
asked 1 year ago by
I would like to be alerted at the low of the 5 minute bar when a stocks price crosses and closes below the 20 period EMA. Moderator Comments: This request required a bit more explanation. After emailing the author of this question the following addit...
0
votes
1
answer
126
views
asked 1 year ago by
Category: Chart Studies
Greetings again sir, Im requesting assistance on a script for the daily chart displaying a horizontal line plotting the high and lows of daily candles with minimum of 5mil in vol that can be adjusted. Thank you
0
votes
1
answer
28
views
asked 1 year ago by
Category: Watch Lists
Hi Pete! Hope you are healthy and having a decent year. I am perplexed that there are zero platforms that use any "odd" hourly scans. I am trying very hard to figure out a way to "see" a 7 Hr Timeframe and figured the easiest way was through a watchl...
1
vote
1
answer
43
views
asked 1 year ago by
Category: Chart Studies
hello kind sir I'm looking for a script to display a chart label for a exponential moving average (10) 's current price  for premarket open and market open.  Is that possible?
0
votes
1
answer
59
views
asked 1 year ago by
Category: Chart Studies
Hello Pete, I would like to request that a study that I found useful be converted into a histogram. The study that I intend to convert into a histogram is as follows, " def cl = close(period=aggregationPeriod.THirty_MIN); def op = open(period=aggrega...
0
votes
1
answer
116
views
asked 1 year ago by
Category: Chart Studies
Hello, I am having a tough time mimicking code that a group of traders I am thankful to be a part of use on NinjaTrader; I posted a picture for reference. So when the 8, 20, 50, 100 & 200EMAs are stacked in an uptrend, the background of portion i...
0
votes
1
answer
162
views
asked 1 year ago by
Category: Chart Studies
Hello, I was wondering if you can show me how to correctly addclouds outside bollingerband and color them accordingly, green if trending up and red if its trending down. I can only seem to color half portion of the background,  and my color condition...
0
votes
1
answer
258
views
asked 1 year ago by
Category: Watch Lists
I tried writing the code for the four color for wave A and getting this error syntax error: an else block expected at 3:6 plot waveA = TTM_Wave().Wave1; AssignBackgroundColor(if waveA >= 0 then if waveA > waveA[1] then Color.CYAN else color.BLU...
0
votes
1
answer
101
views
asked 1 year ago by
Category: Chart Studies
Hi Pete, I am looking to augment the current ThinkOrSwim Study "McClellanSummationIndex" (aka NYSI) to assign a color to both the indicator and the candle based upon the current values relationship to the previous days value. Something like this: If,...
1 6 7 8 9 10 236