Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
OnExecution(IExecution execution) stop loss
Collapse
X
-
I create variable int price = 1:
and try to save the first order price like this:
But there is something wrong, strategy shows errors. Can I have any prompt.Code:if (Position.MarketPosition == MarketPosition.Long && entryOrderLong1 != null && entryOrderLong1.Token == execution.Order.Token) { price = Position.AvgPrice; }
Czarek
Comment
-
Unfortunately resolving basic C# issues is beyond the scope of what we can provide support for. As last resort a certified NinjaScript consultant would be at your help: http://www.ninjatrader.com/webnew/pa...injaScript.htm
However, here is a hint: Position.AvgPrice is a 'double' not a 'int'.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
599 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
345 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
558 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