![]() |
|
|||||||
| Strategy Development Support for the development of custom automated trading strategies using NinjaScript. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Junior Member
Join Date: May 2010
Posts: 16
Thanks: 0
Thanked 0 times in 0 posts
|
hello.
i have made this script to place a long limit order when a certain high is meet, with stops and profit targets, i am using a 15min ES chart for this. now everything works fine the way i want it, but the problem is when that high is meet it will place a long limit order fine, but if that 15min bar high that trigger the strategy to place the long limit order closes with out triggering the strategy, it will remove the long limit order and cancel the strategy. how can i tell NT to not too cancel anything until all the strategy have been fulfill? i also wan to be able to cancel the strategy if another greater high have been reached if the strategy have not been fulfill. thanks. |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Dec 2009
Location: Denver, CO, USA
Posts: 6,499
Thanks: 109
Thanked 291 times in 280 posts
|
Hello,
Thank you for your forum post. The reason this occurs is due to the following with Managed Orders: Order Submission for Entry and Exit Methods - Basic Operation You can submit and manage orders in one of two ways:
Please see the following page for options on how to work this. Essentially you need to recall the EnterLongLimit on every bar update that you want the limit order to remain in the market unless you specify with advanced order handling that the order is live until cancelled as described on this page: http://www.ninjatrader-support.com/H...LongLimit.html Let me know if I can be of further assistance.
Brett
NinjaTrader Customer Service |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2010
Posts: 16
Thanks: 0
Thanked 0 times in 0 posts
|
hello.
thanks very much for you help. i am not an expert on this yet. it was easy at first with the wizard and all but not so much any more. so not quite sure how to work with what you have explained to me. could you modified my ninjascript so i can see how it's done? thanks. |
|
|
|
|
|
#4 |
|
NinjaTrader Customer Service
Join Date: Dec 2009
Location: Denver, CO, USA
Posts: 6,499
Thanks: 109
Thanked 291 times in 280 posts
|
Hello,
Unfortunately I am unable to code this for you. You would need to contact a NinjaScript consultant to have this coded for you/modified. NinjaScript Consultants: http://www.ninjatrader.com/webnew/pa...injaScript.htm Let me know if I can be of further assistance.
Brett
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NinjaScript Editor | wrcanes | Installation and Licensing | 1 | 09-10-2010 04:22 PM |
| NinjaScript and C# | trader2be | General Programming | 1 | 08-26-2010 09:59 AM |
| Can this be done via Ninjascript? | lookOutBelow | General Programming | 3 | 07-13-2010 08:52 PM |
| Help with ninjascript | mattismyth | Indicator Development | 2 | 03-13-2009 06:56 PM |
| Need Help with NinjaScript | duckfan312 | Strategy Development | 1 | 10-31-2008 08:06 AM |