Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Print the current stop order
Collapse
X
-
For the enter method I have used the following:
EnterLongStop(DefaultQuantity, High[0]);
The trace for this order is as follows
30/03/2012 5:00:00 AM Entered internal PlaceOrder() method at 30/03/2012 5:00:00 AM: BarsInProgress=0 Action=Buy OrderType=Stop Quantity=100 LimitPrice=0 StopPrice=1.0404 SignalName='' FromEntrySignal=''
Comment
-
that is the EnterLongStop.
I am having issues with the ExitLongStop
Currently I have tried this which doesn't seem to be working. Apologies for the stupidity but I do not know where to find out what name has been used is in the Enter
ExitLongStop(0,true,DefaultQuantity,Close[0] - (.5*StopDistance ),"FromEntrySignal","");
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
601 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
347 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
559 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
558 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment