Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Make "Entries Per Direction" Optimize able

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

    Make "Entries Per Direction" Optimize able

    Im trying to optimize a strategy. How can I make "entries per direction" optimizable?

    #2
    Hello jonbennett.

    Thanks for your question.

    Please consider the following:

    1. Create an integer user defined input for "MaxEntriesPerDirection"
    2. Create a variable to track "EntriesMadeInOneDirection"
    3. In your logic check that your EntriesMadeInOneDirection variable does not exceed MaxEntriesPerDirection in addition to your other entry logic
    4. Then when you enter, increment the EntriesMadeInOneDirection variable.

    You can then set "EntriesPerDirection" to a high value and then you can use your optimizable properties to control EntriesPerDirection.

    Creating User Defined Inputs - https://ninjatrader.com/support/help...d_input_pa.htm

    A publicly available resource on incrementing variables with C# can be found here - https://ninjatrader.com/support/help...d_input_pa.htm

    Another publicly available resource on variable scope can be found here - https://www.tutorialspoint.com/scope...ables-in-chash

    We look forward to assisting.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    45 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    21 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    31 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    50 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    42 views
    0 likes
    Last Post CarlTrading  
    Working...
    X