Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ninjascript Issue with DELTA Indicator

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

    Ninjascript Issue with DELTA Indicator

    After I enable the option to check the size of DELTA (see code below) in my custom indicator; all other Alert and Drawing Tool syntax (ex. Draw.ArrowUp) in the indicator stops working. Here is a sample code of the DELTA check in my custom indicator. I got the irDeltaMomentum indicator from the UserApp sectioin. Whenever, I try to use the delta indicator in my customer indicator all the Draw.object in my indicator stops working.

    if ((irDeltaMomentum1[0] >= DeltaLower))
    {
    Draw.Dot(this, @"Delta Signal"+CurrentBar, true, 0, (High[0] + (10 * TickSize)) , Brushes.White);
    }

    #2
    Hi cryfgg, thanks for posting.

    Are there any errors in the log tab of the Control Center? You can also add Prints to the indicator to see if code is being called when expected:



    Kind regards,
    -ChrisL

    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