Please help! Thx.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Trading at the Bid or Ask Price
Collapse
X
-
Trading at the Bid or Ask Price
I have tried everything I can think to create a strategy that enters a trade using the BID or ASK price as a reference to another variable. In a simple example, buy this bar when the Bid price > EMA of 1 bar ago. 5 pip profit target, 10 pip stop. I can't get it to trade and I don't think I've ever had the BID or ASK work as a trigger. I am using the Wizard.
Please help! Thx.Tags: None
-
jtfancher,
Thank you for your post.
Are you having issues with this strategy method in real-time? Or is this during historical backtesting?
Have you used TraceOrders = True in your Initialize method to track down why the order might not be submitting?
If not, please run this in real-time and let me know what errors are printed to the output window:
MatthewNinjaTrader Product Management
-
Hello,
Please see the following thread on running TraceOrders:
You will want to add this to your code and run it in real-time.
You can open the output window by going to Tools--> Output window.
This should give you more information as to why these orders might not be submitting. If you're unable to interrupt the errors reported, please post those here and I can take a look.MatthewNinjaTrader Product Management
Comment
-
What is the line of code you are using to enter the order?Originally posted by jtfancher View PostI have tried everything I can think to create a strategy that enters a trade using the BID or ASK price as a reference to another variable. In a simple example, buy this bar when the Bid price > EMA of 1 bar ago. 5 pip profit target, 10 pip stop. I can't get it to trade and I don't think I've ever had the BID or ASK work as a trigger. I am using the Wizard.
Please help! Thx.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
59 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
143 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
161 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
97 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
283 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment