![]() |
|
|||||||
| Automated Trading Support for automated trading systems using NinjaScript. Support for our ATI (Automated Trading Interface) used to link an external application such as TradeStation and eSignal to NinjaTrader. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Oct 2008
Location: Dallas, TX
Posts: 120
Thanks: 9
Thanked 2 times in 2 posts
|
I'm running a strategy on an NT7 demo account. When I load it onto the strategies tab, it turns yellow. I understand this to mean that I have an open position which conflicts with the strategy.
The data feed is coming from my live MB Trading account. The demo account shows no open positions under the positions tab. Is the live trading, which does have open trades, affecting the status of my demo trading strategy? If not, how do I get the yellow to go away? |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Sep 2009
Location: Denver, CO
Posts: 8,117
Thanks: 249
Thanked 418 times in 415 posts
|
Hello texasnomad,
The yellow highlighting means that there is a current strategy position, which is not connected in any way to an account position. It's the position that's generated when the strategy is run on historical data. Background on this is available here: http://www.ninjatrader.com/support/h..._account_p.htm If it highlights yellow, the strategy won't accept an entry signal until it reaches a flat state. One way you can get around this, is to start the strategy always in a flat position. This is done by returning out during any historical bars. if (Historical) return;
Ryan M
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Totals of Account tab and Trades tab of performance tab are distinct | Federico | Miscellaneous Support | 10 | 08-24-2011 02:45 AM |
| Send Strategy Parameters to Strategy Tab | Serac | Suggestions And Feedback | 2 | 06-13-2011 10:09 PM |
| Question about Account Performance Tab | H5612 | Version 7 Beta General Questions & Bug Reports | 1 | 02-18-2010 07:19 AM |
| Strategy execution showing in log and executions tab but not in strategy tab | kassaindia | Automated Trading | 5 | 11-17-2009 11:43 AM |
| Does Strategy work differently in Strategy Tab and in Chart? | tjendra | Strategy Development | 1 | 04-22-2009 12:01 PM |