Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 GussJ, 03-04-2020, 03:11 PM
    11 responses
    3,229 views
    0 likes
    Last Post xiinteractive  
    Started by andrewtrades, Today, 04:57 PM
    1 response
    14 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by chbruno, Today, 04:10 PM
    0 responses
    7 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Started by josh18955, 03-25-2023, 11:16 AM
    6 responses
    441 views
    0 likes
    Last Post Delerium  
    Started by FAQtrader, Today, 03:35 PM
    0 responses
    12 views
    0 likes
    Last Post FAQtrader  
    Working...
    X