Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TriggerCustomEvent() - Clarify object state

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

    TriggerCustomEvent() - Clarify object state

    NT Team,

    From the UserGuide, when triggering a custom event, TriggerCustomEvent reliably synchronises all internal indexes and pointers to the current bar for access in subsequent code.
    Code:
    TriggerCustomEvent(Action<object> customEvent, object state)
    Where TriggerCustomEvent is used purely to synchonise internal indexes, what object state should be used? Please advise and, if possible, explain your logic.

    For example, while "Close[0]" could be passed through, it would not be used in any of my subsequent code. I do not understand the logic of this. However, I do see the logic where the parameter is used in subsequent code as in the UserGuide example.
    Last edited by Shansen; 04-23-2018, 11:43 PM.

    #2
    Hello Shansen,

    Thank you for your note.

    If you are just looking to update the script, it doesn’t matter what object you pass to the method for its state parameter. The state parameter is just an arbitrary object, you could pass it any object for example Close[0], or Null as long as you don’t try to reference the object.

    Please let us know if you need further assistance.
    Alan P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    50 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    126 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    69 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X