Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NinjaTrader completely collapses

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

    NinjaTrader completely collapses

    Hello dear friends of NinjaTrader,

    i have been trying to finish a strategy for quite a long time but im unable because for some reason NinjaTrader stops working, closes itself and is impossible to reopen unless you reinstall it. The code is finished except the datetimes. when i try to insert the datetime to finish the code, the code compiles correctly but when i click "strategy" after the right click on the chart, what i wrote previously happens and when i try to reopen NinjaTrader i get the error on the image and it stops working again (i can open it again only after deleting the strategy from the NinjaTrader 8 folder in documents folder and reinstalling NinjaTrader . Any idea why?

    i have tried defining 2 datetimes both as private and public, but i still get the same error.

    Apparently these is the only lines that create the error:
    DateFrom = DateTime.Parse("05/05/2017 4:10:00 PM");
    DateTo = DateTime.Parse("05/05/2017 4:15:00 PM");

    or this, defining them before "protected override void OnStateChange()"

    private DateTime DateFrom = DateTime.Parse("05/05/2017 4:10:00 PM");
    private DateTime DateTo = DateTime.Parse("05/05/2017 4:15:00 PM");


    Click image for larger version

Name:	Error 20_12_2021 20_20_37.png
Views:	182
Size:	3.7 KB
ID:	1182397

    im not very good at coding so there's probably something wrong but i have no idea what it is.
    kind regards​

    #2
    Hi solotiempopls, thanks for posting.

    Please first confirm the parsing method is returning a non-null object e.g.

    Print(DateTime.Parse("05/05/2017 4:10:00 PM")); //view output from New>NinjaScript Output

    You can also use Visual Studio debugging to automatically break at the line that is causing the exception:


    I look forward to hearing of your results.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Today, 05:17 AM
    0 responses
    50 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    126 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    69 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    42 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    46 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X