Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Default Chart Type

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

    Default Chart Type

    I am trying to get my strategy to default to a different chart type other than minute.
    I am using this code:

    Code:
    else if (State == State.Configure)
    {
    SetProfitTarget(CalculationMode.Ticks, Target);
    SetStopLoss(CalculationMode.Ticks, StopLoss);
    
    AddPointAndFigure(Instrument.FullName, BarsPeriodType.Minute, 1, 2, 3, PointAndFigurePriceType.Close, MarketDataType.Last);
    }
    I open Strategy Analyzer and select my strategy but the Data Series values don't change:
    Should I expect them to update?

    Click image for larger version

Name:	image.png
Views:	101
Size:	11.1 KB
ID:	1333995

    #2
    Hello reynoldsn,

    There is not any way to set a default chart type in code, that can only be done by using a template. You can save a default template for your strategy with the data series settings you wanted and it will save it.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    77 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Working...
    X