Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Has anyone seen this sort of behaviour before?
Collapse
X
-
Hello,
Thanks for the note.
You must be using Calculate On Bar Close = False when you run the strategy right? If so your strategy is flip flopping as the condition becomes true and not true intra bar. Would recommend you add some logic to your strategy to stop this since as waiting 1 or more bars before switching position with BarsSinceEntrty() for example. Or running the strategy with COBC=true.
Let me know if I can be of further assistance.BrettNinjaTrader Product Management
-
Hi Brett,
Would you mind taking a look at the strategy for me? The first circle of trades shouldn't even have occured as I thought I had coded for an entry to a MAX of 5 bars after the last green count. And this strange behaviour is occuring at least 10 bars after the last green count!
When I used daily charts yesterday, I didn't see this behaviour but when I tried intraday charts today, this really freaked me out!
Regards
Kay WaiLast edited by kaywai; 05-06-2011, 07:29 PM.
Comment
-
Hello,
For me to be able to look into this, what you would need to do is first debug the strategy on your own. Simplify it down into a simple strategy that I can check into on my side and help you narrow down the issue. However first you must strip out all the code that does not affect the error so that we are able to isolate the issue code. If you have a stripped down version that still has the issue please let me know and I will look into this version.
I tried to look into your posted code however there were simply too many moving parts to track.
I look forward to assisting you further.BrettNinjaTrader Product Management
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
666 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
376 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
110 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
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment