Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
rsi values
Collapse
X
-
Hello franatas,
Thank you for your inquiry.
Can you describe what you mean by "high and low lines"?
You can use MAX() and MIN() to return the highest or lowest value over a specified period.
MAX - https://ninjatrader.com/support/help...aximum_max.htm
MIN - https://ninjatrader.com/support/helpGuides/nt8/minimum_min.htm
You can use .Avg on the RSI to get the average value of the indicator.
Returns avg value
RSI(int period, int smooth).Avg[int barsAgo]
RSI(ISeries<double> input, int period, int smooth).Avg[int barsAgo]
Please let me know if you have any further questions.
-
Hello,
The Help Guide link for the RSI I provided in my first post has the syntax to access the default value.
Returns default value
RSI(int period, int smooth)[int barsAgo]
RSI(ISeries<double> input, int period, int smooth)[int barsAgo]
Please let me know if you have any further questions.
Comment
-
To figure out the high and low points and the average of the RSI on your trading platform or analysis tool, you usually need to dive into the specific features or tools that your software offers for looking at charts and indicators. From my own experience, I had to spend some time getting familiar with where everything was in my trading software. I looked for sections on technical analysis or where I could find indicators, then I played around with the settings until I could see the RSI values clearly.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
602 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
347 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
559 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
558 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment