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 sjsj2732, 03-23-2026, 04:31 AM
      0 responses
      78 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      313 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      319 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      149 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      115 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X