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 Hwop38, 05-04-2026, 07:02 PM
    0 responses
    168 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    322 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    247 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    350 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    179 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Working...
    X