Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
ref PlotSeries
Collapse
X
-
ref PlotSeries
If I have an indicator that has multiple plots how do I ref the plot?
For example suppose I have a Method that returns the highest plot value (yes I know there are supported ways of doing this but this is just an easy description) how do I ref the Plot that I want to use. Looking for the syntax that would be similiar to referencing arrays.
int BarOfLastHigh= GetBarOfLastHigh(ref PlotName);
private int GetBarOfLastHigh(ref PlotSeries PlotName)
{
return the_int;
}
This would be similar to the IDataSeries example in the HelpLast edited by TAJTrades; 06-25-2013, 03:58 AM.Tags: None
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by WeyldFalcon, Today, 11:54 AM
|
2 responses
9 views
0 likes
|
Last Post
|
||
Started by WeyldFalcon, Today, 11:50 AM
|
1 response
10 views
0 likes
|
Last Post
|
||
Started by rexsole, Today, 12:19 PM
|
1 response
4 views
0 likes
|
Last Post
|
||
Started by torch2k, Today, 12:07 PM
|
1 response
7 views
0 likes
|
Last Post
|
||
Started by Bmatarese, Today, 11:01 AM
|
1 response
7 views
0 likes
|
Last Post
|
Leave a comment: