Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnOptimize compile error

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

    OnOptimize compile error

    The OnOptimize cause compile error:

    Code:
    protected override void OnOptimize()
    {
        debugMasterSwitch = false;
    }
    ​
    BWAAAZones.cs,'NinjaTrader.NinjaScript.Strategies. BW4U.BWAAAZones.OnOptimize()': no suitable method found to override,CS0115,856,27,

    #2
    Hello Shai Samuel,

    Thanks for your post.

    OnOptimize() cannot be used in a custom NinjaScript strategy or the compile error you shared would appear.

    This method should be used within a custom Optimizer NinjaScript.

    See this help guide page for information about creating custom Optimizer NinjaScripts: https://ninjatrader.com/support/help.../optimizer.htm

    And, this help guide contains information about the Optimizer method OnOptimize(): https://ninjatrader.com/support/help...onoptimize.htm

    Let me know if I may assist further.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    65 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    139 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    50 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X