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 samish18, 04-17-2024, 08:57 AM
    17 responses
    64 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by rocketman7, Today, 02:12 AM
    2 responses
    16 views
    0 likes
    Last Post rocketman7  
    Started by briansaul, Today, 05:31 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by PaulMohn, Today, 03:49 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by frslvr, 04-11-2024, 07:26 AM
    6 responses
    106 views
    1 like
    Last Post NinjaTrader_BrandonH  
    Working...
    X