Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

taking many position with setstoploss

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

    taking many position with setstoploss

    Hi

    I downloaded the script
    "Stocks and Commodities - April 2012 - Sentiment Zone Oscillator"

    the script is taking only one entry, for example the entry 1 or the entry 2 but never the entry 1 AND the entry 2

    I just tried to insert a stoploss on the script like that below the enterlong:
    EnterLong("Entry1");
    SetStopLoss(
    "Entry1", CalculationMode.Percent, 0.03, true);

    and that for each enterlong.

    But now, it is taking a position on entry 1 AND entry 2 sometime, like the picture enclosed.

    I don't understand why the setstoploss order is changing the number of entry opened

    can you help
    Thx
    Attached Files

    #2
    Thomas,

    There are some settings that would allow this, have you changed them?

    These settings are in the "Entry handling" and "Entries per direction" of the strategy properties.

    Here is a thread explaining them : http://www.ninjatrader.com/support/f...37&postcount=2
    Adam P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    576 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    334 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
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X