I dont know if the problem is on Futures Instruments, because I cann only use Forex Date in my IB Data Connection.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Trade Visualisation missing in live trading.
Collapse
X
-
//Long
if(Position.MarketPosition == MarketPosition.Flat
&& Close[0] != Close[1])
{
EnterLong();
}
//Exit Long
if(Position.MarketPosition == MarketPosition.Long
&& BarsSinceEntry() >= 1)
{
ExitLong();
}
Here is the Code I used last. No stops and no Target only this in the On BarUpdate Methode. Result the same problem
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
558 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
324 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
545 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
547 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment