Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
EMA of Open not Close
Collapse
X
-
EMA of Open not Close
Is there an indicator on ninja of the EMA based on the Open prices not of the Closes?Tags: None
-
My EMA has no way to switch from Close to Open.
The code 'variables' only has the period length as a choice.
Comment
-
I just tried creating one in Tools and I guess I did since plotting the Ninja built in one with Close doesnt overlay exactly the new one with Open if they both use the same period.
Comment
-
Hello simpletrades,
Are you trying to do this from a script in code or are you doing this from a chart?
From code, you would supply the Input series.
Print(EMA(Open, 14)[0]);
Below is a public link to the help guide.
If you are doing this from a chart, sandman is correct. There is an Input Series parameter in the Indicator parameters. Set this to the Open.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
342 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
223 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
197 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
288 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
245 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment