Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
110
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
56
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
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...
0
votes
1
answer
124
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
57
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
267
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
83
views
asked 1 year ago by
Category: Chart Studies
I want to create a Commitment of Traders lower study for future markets. I couldn't find that data in TD Ameritrade or Thinkscript. I can download that data from CFTC. Is there a way to download and import data to create a lower study?
0
votes
1
answer
53
views
asked 1 year ago by
Category: Strategy Guide
Do you have a review of traderspost and how it works with thinkorswim for trade automation?
0
votes
1
answer
60
views
asked 1 year ago by
Category: Chart Studies
Hello Hahn, Hope you're doing well! I was wondering if you could help me modify the ToS indicator "rate of change crossover (positive to negative) & (negative to positive)" to only display for the current day. Thank you so much for your help!
0
votes
1
answer
75
views
asked 1 year ago by
Category: Watch Lists
Hello Mr. Hahn! Hope you're doing well. I am trying to create a custom column on my scans that shows the ATR(simple) over 14 bars divided by the average price over 14 bars for the respective ticker. Below is the code I came up with, however I cannot ...