Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Point and Figure Chart Box Size and Reversal

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

    Point and Figure Chart Box Size and Reversal

    Hi,
    For a new chart or existing chart when selecting Point and Figure the Box Size and Reversal are not showing in the DataSeries properties window.
    I am using version 8.1.4.1 64-bit

    I see in the source code:

    public override void ApplyDefaultValue(BarsPeriod period)
    {
    period.Value = 2;
    period.Value2 = 3;
    }

    and in the OnStateChange method

    if (State == State.SetDefaults)
    {
    Name = Custom.Resource.NinjaScriptBarsTypePointAndFigure;
    BarsPeriod = new BarsPeriod { BarsPeriodType = BarsPeriodType.PointAndFigure };
    DaysToLoad = 5;
    DefaultChartStyle = Gui.Chart.ChartStyleType.PointAndFigure;
    }
    else if (State == State.Configure)​
    {
    ......
    .Properties.Remove(Properties.Find("ReversalType", true));

    SetPropertyName("Value", Custom.Resource.NinjaScriptBarsTypePointAndFigureB oxSize);
    SetPropertyName("Value2", Custom.Resource.NinjaScriptBarsTypePointAndFigureR eversal);​
    }
    }

    So why am i not seeing these properties in the DataSeries properties window? Is this a bug? How do I fix it?

    Kind Regards

    Last edited by gmacjapan; Today, 08:44 PM.
    Tags: None​

    #2
    Hello gmacjapan,

    May I confirm you have selected the Point and Figure as the Bar type in the Data Series section of the Data Series window and you have not just selected the Chart style?

    May I confirm you have not modified the Point and Figure bar type script or imported a different version of the script?

    May I have a screenshot of the Data Series window?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hi ChelseaB and thanks for you reply.

      I selected the Point and Figure as the Bar type in the Data Series section and that worked!

      #I never modify existing NT code....

      Kind Regards

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      62 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      37 views
      0 likes
      Last Post PaulMohn  
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      166 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      101 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      162 views
      2 likes
      Last Post CaptainJack  
      Working...
      X