Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
programming of very basic indicators
Collapse
X
-
-
my indicator compiles fine but does not play the sound. any suggestions.
{
// Condition set 1
if (CrossAbove(VWMA(14), SMA(50), 1))
{
PlaySound(@"D:\Applications\Finance\Trader\NT\sounds\EMAup.w av");
}
}
Comment
-
Could i play every kind of sound that i like by this script ?Originally posted by trader1512 View Postmy indicator compiles fine but does not play the sound. any suggestions.
{
// Condition set 1
if (CrossAbove(VWMA(14), SMA(50), 1))
{
PlaySound(@"D:\Applications\Finance\Trader\NT\sounds\EMAup.w av");
}
}
Comment
-
yes, i record my own and place them in the sounds directory of NT but you can store them anywhere as long as they are available to the computer running NT.
Comment
-
-
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
181 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
334 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
258 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
358 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
187 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment