NexusFi: Find Your Edge


Home Menu

 





Indicator submitting an order


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Quick Summary with 1 posts (0 thanks)
    2. looks_two Jaba with 1 posts (2 thanks)
    3. looks_3 NinjaTrader with 1 posts (0 thanks)
    4. looks_4 canthony with 1 posts (0 thanks)
    1. trending_up 1,293 views
    2. thumb_up 2 thanks given
    3. group 2 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

Indicator submitting an order

  #1 (permalink)
 canthony 
Naple Florida USA
 
Experience: Advanced
Platform: NinjaTrader
Trading: CL
Posts: 6 since Dec 2012
Thanks Given: 0
Thanks Received: 0

Is there someone knows how to make an indicator submit an order? Like Indicator.SubmitOrder() or any base.SubmitOrder code.

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Cheap historycal L1 data for stocks
Stocks and ETFs
About a successful futures trader who didnĀ“t know anyth …
Psychology and Money Management
How to apply profiles
Traders Hideout
REcommedations for programming help
Sierra Chart
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #3 (permalink)
 
NinjaTrader's Avatar
 NinjaTrader  NinjaTrader is an official Site Sponsor
Site Sponsor

Web: NinjaTrader
AMA: Ask Me Anything
Webinars: NinjaTrader Webinars
Elite offer: Click here
 
Posts: 1,714 since May 2010
Thanks Given: 203
Thanks Received: 2,686



canthony View Post
Is there someone knows how to make an indicator submit an order? Like Indicator.SubmitOrder() or any base.SubmitOrder code.

Indicators don't have a submit order method, you must use a strategy for this.

Follow me on Twitter Reply With Quote
  #4 (permalink)
 Jaba 
Austin TX
 
Experience: Intermediate
Platform: SaintGobain Crystal Ball
Trading: NQ
Posts: 81 since Oct 2010
Thanks Given: 103
Thanks Received: 134


canthony View Post
Is there someone knows how to make an indicator submit an order? Like Indicator.SubmitOrder() or any base.SubmitOrder code.

Yes, you can create an order and submit it from an indicator or from pure C# code.

 
Code
               Order myOrder = myAccount.CreateOrder(
                                                        Instrument,
                                                        OrderAction,
                                                        OrderType,
                                                        TimeInForce,
                                                        Quantity,
                                                        LimitPrice,
                                                        StopPrice,
                                                        OCO,
                                                        Name
                                                       );
                myOrder.Submit();
There's no need to say that it is unsupported by Ninja. Use at your own risk.
J

Reply With Quote
Thanked by:




Last Updated on May 17, 2014


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts