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:	108
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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    134 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    67 views
    0 likes
    Last Post PaulMohn  
    Working...
    X