Announcement

Collapse
No announcement yet.

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.

    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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      157 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      91 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      143 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      130 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      107 views
      0 likes
      Last Post CarlTrading  
      Working...
      X