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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
67 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
96 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
53 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
108 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
63 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment