NinjaTrader Support Forum  

Go Back   NinjaTrader Support Forum > NinjaScript Development Support > Strategy Development

Strategy Development Support for the development of custom automated trading strategies using NinjaScript.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 03-19-2011, 12:14 PM   #1
Trader.Jon
Senior Member
 
Join Date: Dec 2008
Posts: 338
Thanks: 0
Thanked 0 times in 0 posts
Question more of EnterLongLimit()

As clarification:

Code:
 iOrderL2 = EnterLongLimit(3, false, iQuantity2, (GetCurrentAsk(3)), sENTRY2L);
EnterLongLimit(3, << BIPindex==3 (example Range1)

false, << stay live until new BIP == 3 bar opens ?? OR is it the new BIP==0 bar that the chart is running on (ie a 5 minute bar)

(GetCurrentAsk(3)), << from BIP==3

Given that a 5 minute bar is active for longer than 1 range bar, and the order is called on asks of a 1 range, so each time the 1 range forms a new bar the asks is requested as the limit price for an entry == correct?? (As long as the 5 minute bar isnt replaced so that the conditions that were fulfilled for the entry are still in effect even though the 1 range bar is rebuilt several times in 5 minutes, and the order isnt filled)

Thanks,
Jon
Last edited by Trader.Jon; 03-19-2011 at 12:16 PM.
Trader.Jon is offline  
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
EnterLongLimit on MBTrading Trader.Jon Strategy Development 9 02-10-2011 08:51 AM
EnterLongLimit() overloads Trader.Jon Automated Trading 3 01-28-2011 02:29 PM
EnterLongLimit() ltemme Automated Trading 17 04-15-2010 04:56 PM
EnterLongLimit zooinek Indicator Development 3 05-21-2009 03:58 AM
help on EnterLongLimit toyogo00 Strategy Development 1 07-21-2008 09:46 AM


All times are GMT -6. The time now is 01:32 AM.