Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 FrancisMorro, Today, 03:24 AM
    0 responses
    1 view
    0 likes
    Last Post FrancisMorro  
    Started by Segwin, 05-07-2018, 02:15 PM
    10 responses
    1,769 views
    0 likes
    Last Post Leafcutter  
    Started by Rapine Heihei, 04-23-2024, 07:51 PM
    2 responses
    30 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by Shansen, 08-30-2019, 10:18 PM
    24 responses
    943 views
    0 likes
    Last Post spwizard  
    Started by Max238, Today, 01:28 AM
    0 responses
    10 views
    0 likes
    Last Post Max238
    by Max238
     
    Working...
    X