Forum: NinjaTrader
June 6th, 2013, 04:30 PM
|
Replies: 4
Views: 2,124
update
it seems like when I say
if (_entry == null)
_entry = EnterLong(_quantity, "Long");
it seems to be having a problem when I call to see if it is null first before allowing it...
|
Forum: NinjaTrader
June 6th, 2013, 03:07 PM
|
Replies: 4
Views: 2,124
this might be working now
Hey
This might be working now. Perhaps before the template that I was using was interpreted incorrectly when I rewrote the code. I tried to make it as barbones as possible. At least now when I...
|
Forum: NinjaTrader
June 6th, 2013, 02:17 PM
|
Replies: 4
Views: 2,124
Using IOrders and setting stops problems
Hello Everyone
I have a Ninjascript question concerning a very simple IOrder strategy.
Basically I have a reason to get into the trade. I enter on an IOrder and then I set the stop.
I don't...
|