Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Problem compiling after installing new beta

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

    Problem compiling after installing new beta

    Hi

    I have recently upgraded to the latest beta because i was having some connectivity issues these seem to be fixed now

    but when i try to compile my strategy I get an error in the code saying

    Type\@BarsTypes.cs 'NinjaTrader.Data.Session.IsBeginOrEndSet' is a 'property' but is used like a 'method' CS0118 - click for info 200 23

    i think this is because before i had a section of code to try and control daily risk parameters like so

    if (Bars.FirstBarOfSession)
    {
    // Store the strategy's prior cumulated realized profit and number of trades
    priorTradesCumProfit = Performance.AllTrades.TradesPerformance.Currency.C umProfit;

    numberOfTrades=
    0;
    }



    if (priorTradesCumProfit - Performance.AllTrades.TradesPerformance.Currency.C umProfit > 500)
    return;

    elseif(priorTradesCumProfit - Performance.AllTrades.TradesPerformance.Currency.C umProfit < 500)
    {


    some help would be greatly appreciated
    Thanks in advance



    #2
    Hi !

    Please deinstall NinjaTrader 6.5 and manually delete the content of folder '<user>\My Documents\NinjaTrader 6.5\bin\Custom\Type'.

    Then reinstall the latest beta of NinjaTrader (6.5.0.8).

    Kind regards,
    Christian
    ChristianSenior Software Developer

    Comment


      #3
      once again very swift and accurate support

      Thanks and regards to all the NT team

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      558 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      324 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      545 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X