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 to determine that indicator was called from strategy?

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

    How to determine that indicator was called from strategy?

    Hello.

    Is there any way to determine that indicator was called from starategy?

    I have this code in my indicator:
    Code:
    IDrawObject o = DrawText( segment_number, true, my_text, bars_ago, y, pixel_offset, Color.Black, new Font("Arial", 13, FontStyle.Bold), StringAlignment.Center, Color.Transparent, Color.Transparent, 0);						
    
    o.Locked = false;
    And last string causing error when I indicator calls from starategy.
    So I want to use something like "Historical" property, for example:

    Code:
    if( !IsCalledFromStrategy) o.Locked = false;
    Last edited by fx.practic; 08-05-2014, 04:35 AM.
    fx.practic
    NinjaTrader Ecosystem Vendor - fx.practic

    #2
    fx.practic, I would just for example include a bool parameter in your indicator that would control the action giving you an issue. That way you can set the bool as needed in your actual indicator method call then.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Yes, this is the way, thank You.
      fx.practic
      NinjaTrader Ecosystem Vendor - fx.practic

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by BarzTrading, Today, 07:25 AM
      2 responses
      27 views
      1 like
      Last Post BarzTrading  
      Started by devatechnologies, 04-14-2024, 02:58 PM
      3 responses
      20 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by tkaboris, Today, 08:01 AM
      0 responses
      6 views
      0 likes
      Last Post tkaboris  
      Started by EB Worx, 04-04-2023, 02:34 AM
      7 responses
      165 views
      0 likes
      Last Post VFI26
      by VFI26
       
      Started by Mizzouman1, Today, 07:35 AM
      1 response
      11 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Working...
      X