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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      60 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      39 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      21 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      23 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      51 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X