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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    47 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    22 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    15 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    21 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    23 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X