Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Data Series label
Collapse
X
-
Hello Eddard,
I believe you are looking for the Close, High, Low, Median, Open, Typical, and Weighted Data Series.
If that is the case then you may use the PriceType variable inside of the Indicator.
Otherwise, could you clarify a bit more what exactly you are looking for.JCNinjaTrader Customer Service
-
Hello Eddard,
I believe I understand what you are looking for. You are wanting some checking to see if a user types in a '/' character which can result in an incorrect call in your code.
If that is the case then you may want to search the String to see if there is any characters that you do not want in it and handle it accordingly or alert the user of this.
Learn about two strategies to search for text in strings in C#. String class methods search for specific text. Regular expressions search for patterns in text.
Let me know if this helps.JCNinjaTrader Customer Service
Comment
-
The name of the equity on the chart is a string given by: Instrument.MasterInstrument.Name or by Instrument.Fullname, depending on what you are seeking. Consult the NT Help.Originally posted by Eddard View PostMy indicator interrogates service. One of parameters of inquiry is the product. At a chart choice for example EUR/USD must to be inserted into inquiry by EURUSD. How to receive USD/EUR in the indicator from the chart which it to treat?
ref:
Last edited by koganam; 02-26-2014, 07:00 PM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
634 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