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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    236 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    150 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    162 views
    1 like
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    243 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    198 views
    0 likes
    Last Post CarlTrading  
    Working...
    X