Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT7 crashing on SwingLow call

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

    NT7 crashing on SwingLow call

    hi, I have a bit of a major problem. NT 7 is crashing with the following error when I try to use a SwingLow function.

    See pic

    Here is the code that I am calling from an external file that I include in my strategy
    publicclass MFTradeClass : Strategy
    {
    publicbool MFIndicatorSwing (IDataSeries dataSeries, bool direction, int strength)
    {
    bool retval = false;

    if (Swing(dataSeries, strength).SwingLowBar(1, 1, 4) != 0)
    {
    retval =
    true; // ok, we found a swing point
    }

    return (retval);
    }


    }
    }

    Then I call this from onbarupdate with:

    // setup the new MFTradeClass and start using the methods and things in there.
    MFTradeClass mytrade = new MFTradeClass();

    // check for a CCI swinglow last bar
    if (mytrade.MFIndicatorSwing (CCI(cCIPeriod), true, 1))
    {
    Print(
    "Found a CCI SwingLow on bar: ");
    }

    What is going wrong?
    Attached Files

    #2
    Hi DaFish, thanks for the post - could you please email me via Help > Mail to Support so I could review your trace / logs for this assertion seen?

    Thanks,

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    66 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    149 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    162 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    99 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    286 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X