Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Alert added as a default to Horizontal Line

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

    Alert added as a default to Horizontal Line

    Hi,

    My question as above.
    I was trying to find a defult alert which woud be armed as a defult with predefined settings but couldn't find it.

    What the code would look like and where should I add it in order for it to work?

    Thank you

    #2
    Hello Ludwik,

    Thanks for your post.

    In a custom NinjaScript, alerts are created using the Alert() method.

    Alert(string id, Priority priority, string message , string soundLocation, int rearmSeconds, Brush backBrush, Brush foreColor)

    Note that the Alert() method cannot be tied to a specific drawing object, such as a horizontal line.

    If you would like the alert to be called when the current price is greater than, less than, or equal to a horizontal line, you would need to create a condition that checks if the current Close[0] price is >, <, or == the price that the horizontal line drawing object is set to draw at and call your Alert() method inside that condition.

    See the help guide documentation below for more information and sample code.

    Alert(): https://ninjatrader.com/support/help.../nt8/alert.htm
    Alert and Debug Concepts: https://ninjatrader.com/support/help...g_concepts.htm
    Draw.HorizontalLine(): https://ninjatrader.com/support/help...zontalline.htm

    Let us know if we may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    548 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    549 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X