thank you for answers.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
exiting indicator from within code
Collapse
X
-
exiting indicator from within code
if for example, in regards to indicators, the user has put in incorrect variables how do I exit from within the code. Say for example one variable is bigger than another. Sorry for the noob question I'm still learning to code and learning ninjascript.
thank you for answers.Tags: None
-
jagtrading, no worries. You can for example include acceptable ranges in your user inputs that are seen in the UI - http://www.ninjatrader.com/support/f...ead.php?t=5782
In the example of the tip you can see the lower boundary for the Period int input is 1, the setter will limit that if a value lower than 1 is entered.
For code processing, you can use the return keyword to terminate the execution of the method and returning control to the calling method.
You can see that being used for example - http://www.ninjatrader.com/support/f...ead.php?t=3170
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
597 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
343 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
556 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
555 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment