I need help to add an alert to the EMA (Exponential Moving Average) indicator, I need an alert to sound when the price touches the moving average, can you help me please.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
alert to the EMA indicator (Exponential Moving Average)
Collapse
X
-
alert to the EMA indicator (Exponential Moving Average)
Good Day,
I need help to add an alert to the EMA (Exponential Moving Average) indicator, I need an alert to sound when the price touches the moving average, can you help me please.Tags: None
-
Were you able to get any alert working before? My biggest problem was that I didn't realize I had to manually add the type of sound I want, otherwise no alert or sound will show up. If under actions section at the very bottom is blank, nothing will show up. You have to scroll all the way down to see it. Not sure if that helps or not.
-
-
Hello Miguelcuello16,
Thanks for your post.
The Alert() method could be used to create alerts in a custom NinjaScript. Or, you could use the PlaySound() method to play a sound when a certain condition becomes true.
You could consider creating a condition that checks if the current Close price (Close[0]) is greater than or equal to the EMA and call the Alert() method or PlaySound() method.
See the help guide pages below for more information.
Alert(): https://ninjatrader.com/support/help.../nt8/alert.htm
PlaySound(): https://ninjatrader.com/support/help.../playsound.htm
EMA: https://ninjatrader.com/support/help...onential_e.htm
Let us know if we 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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
80 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment