Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to detect a Draw Object Event

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

    How to detect a Draw Object Event

    Hi let say I have an external indicator which draws an arrow up and down.
    How can I capture this event in a strategy when indicator draws an arrow do take an entry.

    Something like this

    if (DrawArrowUp == true){EnterLong();}

    How can one detect that Arrow created from the external indicator.

    thanks

    #2
    Hello nettony,

    Thank you for your post.

    Easy way would be to have the indicator produce a variable that the strategy can pull from the indicator's method. You can find an example of exposing variables in an indicator at the following link: http://www.ninjatrader.com/support/f...ead.php?t=4991

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, Yesterday, 10:06 AM
    0 responses
    18 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    17 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    14 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    9 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    38 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X