I am wondering.. is there a way that I can create a sound alert that may alert me after 3 consecutive buy candlesticks or sell candlesticks? I am using a tick chart and it would be really nice to hear an alert when it creates 3 candlesticks in a row.. Hope this is not too hard.. i suck with computer programming :/
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Creating a Alert after a certain candlestick move
Collapse
X
-
Creating a Alert after a certain candlestick move
Hello,
I am wondering.. is there a way that I can create a sound alert that may alert me after 3 consecutive buy candlesticks or sell candlesticks? I am using a tick chart and it would be really nice to hear an alert when it creates 3 candlesticks in a row.. Hope this is not too hard.. i suck with computer programming :/Tags: None
-
Hello mrxdaviepoo,
Thank you for writing in. You can create a strategy which you can apply to the chart which will alert you when specific conditions are met. I am not aware of the conditions you personally use to determine if a candlestick is a buy candlestick or a sell candlestick.
Please follow this video tutorial on creating sound alerts using the strategy wizard: https://www.youtube.com/watch?v=vt0s4-sVyD4
Then you would add and enable the strategy you created onto your chart.
If you have any questions, please let me know.Michael M.NinjaTrader Quality Assurance
-
Another Question
Hi, Thanks for your reply. I figured out how to get this part done.. I am now wondering if its possible to have ninja trader automatically put a marker on my candlestick chart everytime a certain amount of contracts get bought or sold.. for example would it be possible to have it put a marker on my candlestick chart everytime 150 buy contracts or sold contracts get bought or sold? Just wondering. Thanks again for the help!
Comment
-
Hello mrxdaviepoo,
If you are tracking whether your own strategy has bought or sold more than 150 contracts, then it is easy to draw a dot. You simply need to use the DrawDot() method: http://ninjatrader.com/support/helpG...t7/drawdot.htm
Then you would have a counter that increments everytime an order is filled. See the OnExecution() method for this: http://ninjatrader.com/support/helpG...nexecution.htm. Then check if the counter is greater than (">") 150, and if so DrawDot() and reset the counter.
Please let me know if you have any questions.Michael M.NinjaTrader Quality Assurance
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
142 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
81 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
125 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
119 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
98 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment