Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
candlestick pattern
Collapse
X
-
candlestick pattern
I am trying to set up an alert when a shooting star or hammer happens but I don't see many options. I have it enabled but it comes in as "Low" priority and no sound plays... how do i set it up to play a sound and maybe set the priority higher?Tags: None
-
Hello Morton223,
Welcome to the NinjaTrader support forums.
The indicator by default has a low priority alert in its code. You can modify that by making a duplicate of the indicator however there are some additional steps required if you make a copy of the CandleStickPatterns indicator due to the Enum and class it uses. If you would like to do this you can use the following steps:- Right click in the file and choose Save as, give it a new name
- In the new file scroll to line 290 and click the plus sign at the left of the editor to collapse the CandleStickPatternLogic class.
- Delete the whole CandleStickPatternLogic leaving the curly brace } on line 523.
- Scroll to around line 290 or locate the public enum ChartPattern { area and remove the whole enum including the closing } for the enum
- Press F5 to compile to test the changes were successful, if not use Control + Z to undo and retry.
The alert should only produce a sound in realtime, are you not hearing the alert plat at all in realtime? Do you have any other alerts configured and can you hear those sounds/ can you hear any sounds in the platform?
I look forward to being of further assistance.
-
Thanks for the reply. I am just interested in having it play a sound but that doesn't seem to be an option. i have Trend Lines on my chart as well and it plays a sound and has that as a clear option in the menu. the candlestick patterns don't seem to have that option.
Comment
-
Hello Morton223,
It looks like this is due to how the alert has the sound path coded, it would need to instead look like the example here: https://ninjatrader.com/support/help.../nt8/alert.htm
I will report this, for the time being you would need to make a duplicate as I had mentioned and then update the Alert to have the path to the alert sound file.
I look forward to being of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
656 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
371 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
579 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment