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:	112
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, 05-11-2026, 05:56 AM
    0 responses
    52 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    29 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    193 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    354 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    274 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X