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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
100 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
56 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
24 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
35 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment