![]() |
|
|||||||
| Strategy Development Support for the development of custom automated trading strategies using NinjaScript. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Dec 2008
Posts: 338
Thanks: 0
Thanked 0 times in 0 posts
|
As clarification:
Code:
iOrderL2 = EnterLongLimit(3, false, iQuantity2, (GetCurrentAsk(3)), sENTRY2L); 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.
|
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
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 |