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

  • NinjaTrader_AlanP
    replied
    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.

    Leave a comment:


  • Shansen
    started a topic TriggerCustomEvent() - Clarify object state

    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.

Latest Posts

Collapse

Topics Statistics Last Post
Started by jaybedreamin, Today, 05:56 PM
0 responses
7 views
0 likes
Last Post jaybedreamin  
Started by DJ888, 04-16-2024, 06:09 PM
6 responses
18 views
0 likes
Last Post DJ888
by DJ888
 
Started by Jon17, Today, 04:33 PM
0 responses
4 views
0 likes
Last Post Jon17
by Jon17
 
Started by Javierw.ok, Today, 04:12 PM
0 responses
12 views
0 likes
Last Post Javierw.ok  
Started by timmbbo, Today, 08:59 AM
2 responses
13 views
0 likes
Last Post bltdavid  
Working...
X