NexusFi: Find Your Edge


Home Menu

 





Indicator submitting an order


Discussion in NinjaTrader

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




 
Search this Thread
  #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?
$12M Ceasefire Contract Goes Disputed as Bandar Abbas St …
Prediction Markets & Event Contracts
April FOMC Minutes: Most Divided Fed Since 1992 -- Many …
Traders Hideout
Saylors 41-Month HODL Breaks: Strategy Sells 32 BTC as $ …
Prediction Markets & Event Contracts
White House Drops First Alien Files Today -- Market Says …
Prediction Markets & Event Contracts
Roland Garros Final Day: $3M on Zverev at 80.5% -- Leban …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
13 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks
  #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,715 since May 2010
Thanks Given: 203
Thanks Received: 2,689



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 X 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


© 2026 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 - Downloads - Top
no new posts