Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Alert

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

    Alert

    Ninja,

    I am trying to set up an alert that will trigger when a initial candlestick crosses over and closes above or below the center of a bollinger band on a tick chart..can you help.

    Thanks-Brett

    #2
    Brett, unfortunately we are unable to code out indicators, but I'll give you the pseudo-code for how to check if a bar crossed the middle bollinger band:
    Code:
    if (Open[0] > middleBBand && Close[0] < middleBBand)
    // send alert
    Please take a look at the reference page for Alert() to see what can be done there.
    AustinNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    80 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    46 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    29 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    32 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    66 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X