Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

IORDERS NOT Working

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

    #31
    Hello ginx10k,

    Thank you for your response.

    I have reviewed your code and I don't see any items. Please try adding Print()s when your conditions to submit orders you expect but do not see return as true.
    For example:
    Code:
    							//If Previous Up-Bar Has No WICK use the Low
    							if((Low[0] + 10 * TickSize) > Open[0])
    										{ 	//Set Stop Live Until Cancelled at Previous Bar's Low 
    											buyStopOrder2 = ExitLongStop(0, true, buyStopOrder2.Quantity, Low[0] - (stopLoss * TickSize), "buyStopII", "addInBuy");
    											Print(Time[0] + " addinBuy");
    										}
    We do not provide debugging services. If you would like to debug your strategy please take a look at the resources at the following link: http://www.ninjatrader.com/support/f...ead.php?t=3418

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    649 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    370 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    574 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    576 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X