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

Buy / Sell Stop

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

  • NinjaTrader_Kyle
    replied
    Hello vlad546,

    The center button is required when using the SuperDOM however it would be possible to submit any kind of order via Chart Trader using a right click.

    Leave a comment:


  • vlad546
    replied
    Can buy/sell stop be right click instead of center button?

    Leave a comment:


  • NinjaTrader_PatrickH
    replied
    Hello vlad546,

    Thank you for your post.

    Right click in your SuperDOM > select Properties > set the Middle Mouse Button Is Stop Market to True > then Set Default > then OK. Now Middle Mouse is Stop Market and CTRL+Middle Mouse is Stop Limit.

    For information on the SuperDOM properties please visit the following link: http://www.ninjatrader.com/support/h...properties.htm

    Please let me know if I may be of further assistance.

    Leave a comment:


  • vlad546
    replied
    buy/sell stop orders issues

    I usually place Buy/Sell Stop orders directly on the chart by right clicking and selecting it. I want to do the same on the DOME and the only options I get is buy/sell stop limit when I middle mouse click, or buy/sell limit orders when right clicking on the DOME. How can I just use the buy/sell stop only without any limits on the DOME?

    Leave a comment:


  • NinjaTrader_JoshP
    replied
    Not sure what you mean. You cannot mix ATM strategies with regular NinjaScript order management.

    Leave a comment:


  • bsamani
    replied
    I will try it. But has will the Stop and Profit targets of the ATM strategy have precedence?

    B

    Leave a comment:


  • NinjaTrader_JoshP
    replied
    Likely because you are submitting an order with a stop value of 0. Please put in a valid stop price.

    Leave a comment:


  • bsamani
    replied
    I have used the AtmStrategyCreate with Buy and Sell without issue.

    Its when I use it with BuyStop or SellStop is when the error occurs.

    string OrderId = GetAtmStrategyUniqueId();
    string atmOrderId = GetAtmStrategyUniqueId();

    AtmStrategyCreate(Action.Buy,OrderType.StopLimit,O pen[0]+ 1* TickSize, 0, TimeInForce.Day, OrderId,"68NBuyRedOpen", atmOrderId);

    I have tried both Buy, OrderType.StopLimit and OrderType.Stop.

    Leave a comment:


  • NinjaTrader_JoshP
    replied
    Please see the SampleAtmStrategy preinstalled with your NinjaTrader for how to use AtmStrategyCreate().

    Leave a comment:


  • bsamani
    started a topic Buy / Sell Stop

    Buy / Sell Stop

    I do not have any positions, so i am flat.

    I am trying to place a Buy or Sell Stop order by using the AtmStrategyCreate and i keep getting an error.
    Not sure why.
    I am able to use the EnterLongStopLimit and place the order fine, but when i use the AtmStrategyCreate call, the order does not get placed.

    Any idea's?

    Thanks!
    B

Latest Posts

Collapse

Topics Statistics Last Post
Started by pmachiraju, 11-01-2023, 04:46 AM
8 responses
149 views
0 likes
Last Post rehmans
by rehmans
 
Started by mattbsea, Today, 05:44 PM
0 responses
5 views
0 likes
Last Post mattbsea  
Started by RideMe, 04-07-2024, 04:54 PM
6 responses
33 views
0 likes
Last Post RideMe
by RideMe
 
Started by tkaboris, Today, 05:13 PM
0 responses
5 views
0 likes
Last Post tkaboris  
Started by GussJ, 03-04-2020, 03:11 PM
16 responses
3,283 views
0 likes
Last Post Leafcutter  
Working...
X