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:	92
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 NullPointStrategies, Today, 05:17 AM
    0 responses
    52 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    130 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    70 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    44 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X