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 SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
47 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
15 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
21 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment