Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Help Converting NT 7 Indicator to NT 8
Collapse
X
-
Hello Taddypole,
It looks like you have a file generated from Visual Studio that is throwing the compile error.
Please see here: https://ninjatrader.com/support/foru...-net-framework
Comment
-
Hello Taddypole,
Thank you for your reply.
This is really a Visual Studio topic, so you should seek out their documentation for things of this nature. However, to see the current value, with the debugger attached and a break point set, run the script so it hits the breakpoint, then highlight the object you wish to see the value of, right click > Add Watch to add it to the watch list. The value will then be displayed in the watch list below the code.
Please let us know if we may be of further assistance to you.
Comment
-
Hello Taddypole,
Thank you for your reply.
Using a Watch list would be my suggestion to see a value.
Since these are questions on Visual Studio features, I suggest consulting Microsoft support for further assistance with Visual Studio and identifying values with a mouse hover.
Please let us know if we may be of further assistance to you.
Comment
-
Hello Taddypole,
Thank you for your reply.
You need to highlight the entire object including the [0] to get the current value in the watch list.
Microsoft's support site for Visual Studio is publicly available here: https://visualstudio.microsoft.com/vs/support/
Please let us know if we may be of further assistance to you.
Comment
-
Hello Taddypole,
Thank you for your reply.
Limited information regarding setting up NinjaTrader for debugging in Visual Studio is available in our help guide:
However, since Visual Studio is a Microsoft product and not made by NinjaTrader, you should refer to their documentation and support for additional assistance using that platform.
Please let us know if we may be of further assistance to you.
Comment
-
In my conversion there is a lot working but one thing I'm struggling with is my Linear Regression Curve. There is an offset that I can't explain. I have written a new indicator with just the code needed for this curve and it also demonstrates the problem. I have this same code in my NT7 indicator and it all works fine.
Can someone help where I might look for this offset? The indicator and a Pic are attached.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
35 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
20 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
12 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
18 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
20 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment