Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Hide properties on the UI

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

    Hide properties on the UI

    HI

    Is it possible to display some properties only in the Strategy Analyzer and hide them when you add a strategy on the chart?

    #2
    Hello tolisss,

    Thanks for opening the thread.

    We have a reference sample that demonstrates how you can show and hide a property based off of another property. It would be possible to take a similar approach and show/hide elements based off of the window type that the NinjaScript is attached to.

    However, there are not any documented resources I can give you that can provide further direction for detecting the window as a Strategy Analyzer Window and we will not be able to provide further support in this area.

    Alternately, it is certainly possible to force some parameters based off the Account used, and the Strategy Analyzer will always use the "Backtest" Account.

    Code:
    if(Account.Name == "Backtest")
    {
    	// Force settings for backtest	
    }
    The sample indicator that demonstrates how to modify the property grid can be found here: http://ninjatrader.com/support/forum...ad.php?t=97919

    Please let me know if i may be of further assistance.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by GussJ, 03-04-2020, 03:11 PM
    16 responses
    3,281 views
    0 likes
    Last Post Leafcutter  
    Started by WHICKED, Today, 12:45 PM
    2 responses
    19 views
    0 likes
    Last Post WHICKED
    by WHICKED
     
    Started by Tim-c, Today, 02:10 PM
    1 response
    9 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by Taddypole, Today, 02:47 PM
    0 responses
    5 views
    0 likes
    Last Post Taddypole  
    Started by chbruno, 04-24-2024, 04:10 PM
    4 responses
    53 views
    0 likes
    Last Post chbruno
    by chbruno
     
    Working...
    X