pp = (Highs[1][1] + Lows[1][1] + Close[1][1])/3;
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Problem with a Double
Collapse
X
-
Problem with a Double
I am trying to use the code below to assign the average of the previous days high, low and close to a double but Im getting an error, "Cannot apply indexing with [] to an expression of type 'double'", here is the code,
pp = (Highs[1][1] + Lows[1][1] + Close[1][1])/3; -
Hi GKonheiser,
Thank you for posting.
You will need to use Closes instead of Close.
This will ensure that you are accessing the data series array for the script.
http://www.ninjatrader.com/support/h...tml?closes.htm
Please let me know if I can be of further assistance.Cal H.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
123 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
104 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
82 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
102 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
83 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment