Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Want Price Alert with both Sound and Screen Colour Change

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Want Price Alert with both Sound and Screen Colour Change

    I have been attending a new chat site (StevenBigalow.com) and am now trying to follow at least 10 stocks each day looking for price to go above or below specific targets. I found one indicator that will play a sound but if I'm not here I don't hear it or if I am, it takes me a while to figure out which chart reached the target.

    I would like one simple addition to that indicator to change the background property of the chart to highlight it amonst the ten or more charts spread across my monitor.

    I have seen an indicator that changes screen colour (bar timer) but the code is sufficiently complex I can't figure out what to move over to the price sound alert indicator.

    Can any one provide a simple sol'n for me please?

    #2
    gcalridge,

    Can you post this indicator?

    This video covers how to do this for a strategy, but it also works the same in an indicator.

    Adam P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_AdamP View Post
      gcalridge,

      Can you post this indicator?

      This video covers how to do this for a strategy, but it also works the same in an indicator.

      http://www.youtube.com/watch?v=JZpo01eSO9c
      On Big Mikes Trading web site there is an indicator called PKpricealert2_nt7 which plays a sound when you cross a price that you set in the properties of the indicator. I don't know if I am allowed to share that indicator so go to the website at this address:

      Reviews, Strategies, Indicators & more | NexusFi community forum


      When there click on the "P" (top right alphabet) to position yourself at all indicators starting with "P" and then scroll down to the indicator. Click on it to download. It plays Alert4.wav.

      I have modified the indicator to also paint the chart so I can visually see that a price has been crossed in case I don't hear the alert.

      Here's the simple code to insert after the Alert code:

      PlaySound(_mar****pen);
      BackColorAll = Color.Red;

      Hope this helps.

      Comment


        #4
        Hello gcaldridge,
        Unfortunatley we do not have a sample code however you can refer to our help guide to know more on BackColorAll and PlaySound.

        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        82 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        43 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        64 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        68 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        56 views
        0 likes
        Last Post CarlTrading  
        Working...
        X