What can I do to get the program to stop trying to place buy stop orders below the market; which is causing my program to disable itself?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
BuyStop orders
Collapse
X
-
BuyStop orders
Hello,
What can I do to get the program to stop trying to place buy stop orders below the market; which is causing my program to disable itself?Tags: None
-
Hi AdeptistJune, thanks for posting. The strategy is trying to place the buy stop order either too close to the market price and the price changes before the order is submitted or the original price is below the market. You will need to compare the price you are setting the order at to GetCurrentAsk() to make sure the price is above the ask or place the order further away from the market price (from the ask price).
Kind regards,
-ChrisL
-
Hello Chris,
How would I compare the price I'm setting the order at to GetCurrentAsk()?
if(price > GetCurrnetAsk())
{
EnterLongStopMarket();
}Last edited by AdeptistJune; 05-12-2022, 09:18 PM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
72 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
143 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
76 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
47 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
51 views
0 likes
|
Last Post
|

Comment