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 charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
68 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
151 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
100 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
288 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment