Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Alert with MessageBox

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

    Alert with MessageBox

    Hello.

    Could somebody help me to implement a sound alert with MessageBox showing .
    Let say I have a few windows of the instrument (M1, M5, M15...). When conditions are true, I would like to show message box with sound Alert.
    Message Box will appear only once (or more is user press 'OK' button) and sound signal arrive periodically till current bar closed.
    Also would be great to show MessageBox on the LeftBottom position.

    How is it possible to implement?
    I will appreciate any advice/examples/resources

    Thank you,
    Andriy.
    Last edited by akushyn; 05-12-2012, 10:48 AM.

    #2
    Hello,

    Unfortunately this isn't supported code. However, here is a link to help you get started.

    Hey MX, you are right , thanks a bunch for remembering that ! so folks, to make the popup work please add this : using System.Windows.Forms; to the very first section in the indicator-codes - example here : #region Using declarations using System; using System.ComponentModel; using System.Diagnostics; using System.Drawing; using System.Drawing.Drawing2D; using System.Xml.Serialization; using NinjaTrader.Cbi; using NinjaTrader.Data; using NinjaTrader.Gui.Chart; using System.Windows.Forms; #endregion …
    Adam P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Fran888, 02-16-2024, 10:48 AM
    3 responses
    44 views
    0 likes
    Last Post Sam2515
    by Sam2515
     
    Started by martin70, 03-24-2023, 04:58 AM
    15 responses
    114 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by The_Sec, Today, 02:29 PM
    1 response
    7 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by jeronymite, 04-12-2024, 04:26 PM
    2 responses
    31 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by Mindset, 05-06-2023, 09:03 PM
    10 responses
    265 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X