Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

recover variable from indicator to strategy

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

    recover variable from indicator to strategy

    Hi,
    i have buttons on an indicator. By clicking on it, i set a flag (ex : flag="A10").
    How can i use this value in my stategy ?
    I do not find help about this.

    Thanks for your answers.

    #2
    Hello fredericlebre,

    Thank you for your post.

    Strategies are able to use variables that are exposed by an indicator. If you would like to have a variable accessible from an indicator, you will need to make a public variable, like the properties in the SampleBoolSeries example script below, and access the private variable from there.

    Please see the reference sample source code for the SampleBoolSeries indicator which demonstrates this for the Series named BullIndication and BearIndication. These variables are declared publicly alongside the input properties except with [Browsable(false)] and [XmlIgnore] to prevent the public variable from listing as a parameter.

    SampleBoolSeries - https://ninjatrader.com/support/forum/forum/ninjascript-educational-resources/reference-samples/5161-indicator-exposing-indicator-values-that-are-not-plots?t=4991

    Let us know if we may further assist.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    566 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    330 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    547 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    548 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X