Thank you for any input before I get too far into my project!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Can an indicator pull levels from a database?
Collapse
X
-
Can an indicator pull levels from a database?
Hello - Is it possible to have an indicator pull levels from a database where I run daily analysis to identify levels of interest in the ES or would the calculations need to take place in the indicator based off of previous daily candle information? I intent on having the indicator generate a line on the chart with a plot that identifies the key levels.
Thank you for any input before I get too far into my project!Tags: None
-
Hello NDtrades,
Thanks for your post.
Connecting to a database is not documented or supported and would go beyond the support we would be able to provide you with in the Support department.
See this forum thread post from my colleague Chelsea for more information about this: https://forum.ninjatrader.com/forum/...074#post792074
If you are looking for supported means, you should use an indicator for the calculations as you have noted in your post.
The PriorDayOHLC indicator could be used to get OHLC information from the previous day in a script if that is what you are looking for.
PriorDayOHLC: https://ninjatrader.com/support/help...r_day_ohlc.htm
AddPlot() would be used to add a plot to the indicator and then you could assign your calculated values to that plot.
AddPlot(): https://ninjatrader.com/support/help...t8/addplot.htm
<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
637 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 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
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
571 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment