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 Hwop38, 05-04-2026, 07:02 PM
      0 responses
      154 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      306 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      244 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      345 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      176 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Working...
      X