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

How detect enabled ninjascripts

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

    How detect enabled ninjascripts

    Hello,

    I have an Add-On that distributes signals to several strategies.
    The Add-On needs to know if each strategy is enabled. How is the best way ?
    The public property in strategies IsEnabled looks like not work (his value is ever false however the strategy is enabled).
    For example, I can set a custom property in the DataLoaded event of each strategy, but I would prefer to use some standard field, if it exists.

    Thanks.

    #2
    Hello,

    Thank you for the question.

    Because there is not really a suggested way to access strategies from outside of a strategy, it would likely be best for you to program a custom property in each strategy that your addon looks for. Currently, there is no support for autostarting or otherwise managing strategies directly with NinjaScript so this subject you would likely need to devise your own logic.

    You may be able to utilize the State of the strategy or create a public property of your own to denote it is active once it reaches a certain state.

    I have put a feature request in for further NinjaScript options surrounding auto starting/reading the state of the strategy.

    I look forward to being of further assistance.
    JesseNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by alifarahani, Today, 09:40 AM
    6 responses
    31 views
    0 likes
    Last Post alifarahani  
    Started by Waxavi, Today, 02:10 AM
    1 response
    17 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by Kaledus, Today, 01:29 PM
    5 responses
    13 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by Waxavi, Today, 02:00 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by gentlebenthebear, Today, 01:30 AM
    3 responses
    17 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X