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 trendisyourfriend, 05-25-2023, 09:54 AM
      9 responses
      157 views
      0 likes
      Last Post QuantKey_Bruce  
      Started by iantriestrading, Today, 04:12 PM
      0 responses
      10 views
      0 likes
      Last Post iantriestrading  
      Started by Adamel, Today, 03:47 PM
      0 responses
      7 views
      0 likes
      Last Post Adamel
      by Adamel
       
      Started by raysinred, 04-06-2025, 01:52 PM
      15 responses
      136 views
      0 likes
      Last Post NinjaTrader_Helom  
      Started by Str8boominit, 04-14-2025, 06:03 PM
      7 responses
      92 views
      0 likes
      Last Post NinjaTrader_Eduardo  
      Working...
      X