I'm trying Print("WisemanAlligator1.Teeth[0]"; but no luck
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to print value of an indicator?
Collapse
X
-
How to print value of an indicator?
I'm trying to print Teeth value of Alligator indicator but not sure how to do it. I see an example for SMA but not sure how to use it.
I'm trying Print("WisemanAlligator1.Teeth[0]"; but no luckTags: None
-
-
Hello MatthewLesko,
Thanks for your note.
You could access the Teeth value of the WisemanAlligator indicator by using the syntax below.
Returns Teeth:
Wiseman Alligator(int jawPeriod, int teethPeriod, int lipsPeriod, int jawOffset, int teethOffset, in t lipsOffset).Teeth[int barsAgo]
Wiseman Alligator(ISeries<double> input, int jawPe riod, int teethPeriod, int lipsPeriod, int jawOffs et, int teethOffset, int lipsOffset).Teeth[int barsAgo]
See this help guide page for more information: https://ninjatrader.com/support/help..._alligator.htm
Let me know if I may assist further.<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>
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
633 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
364 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
567 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
568 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment