Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Rounding Prices To Instrument Price
Collapse
X
-
Thank you so much Jim. I will try this.Originally posted by NinjaTrader_Jim View Post
-
Hello simple_goodoboy,
Thanks for your question.
NinjaTrader will round the prices so they are valid for order submission.
For a faster answer, this can be easily set up and tested on your end without having to wait for our office to open. For example, a strategy that places a Stop Loss or a Profit Target in State.Configure with the price you want to test can show you the order gets rounded.
For testing Realtime data after hours, you can use the Playback Connection or use the Simulated Data Feed with a Default 24/7 Trading Hours template.Code:else if (State == State.Configure) { SetProfitTarget(CalculationMode.Price, 3019.657829); } } protected override void OnBarUpdate() { if(State == State.Realtime) EnterLong(); }
If you have any other questions, please don't hesitate to ask.
Leave a comment:
-
Rounding Prices To Instrument Price
Hello,
I plan to build some strategies with /ES market.
What happens if I try to set a stop loss or limit order at price not equal to current bid such as XXXX.00, XXXX.25, XXXX.50, and XXXX.75.
For example, say I want use ATR to set a stop loss price:
ATR(10) = 1.73 (see example)
Entry Price = 2665.50
Stop_Loss_Price = 2665.50 - 1.73
Stop_Loss_Price = 2663.77
SetStopLoss(@"Long_Signal", CalculationMode.Price, Stop_Loss_Price, false);
Question:
1. Will NT8 round the Stop_Loss_Price number to 2663.75 or 2664?
2. What if the Stop_Loss_Price was calculated as 2663.09 ? What will NT8 round the number to?
Thanks for the help.Tags: None
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
66 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
149 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
99 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
286 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Leave a comment: