Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Time Limit for 2nd condition
Collapse
X
-
Hi GeorgeW,
Thanks for your reply.
At this point I think you would need to embed your code with print statements to output each an every value and/or each and every condition so that you can evaluate bar by bar (or tick by tick) to understand how the logic is processing the data and correct from there.
Here is a reference to our debug guide: http://ninjatrader.com/support/forum...ead.php?t=3418
Comment
-
Solved the outstanding issues by:
- Removing "!check" from the first if statement. This results in all lvtBullBars being flagged as intended,
- Then in order to stop tovBullBars which occur before a lvtBullBar from being included in the netLvtTOV calculation, after the curly braces for the tovBullBar calculation has been closed, inserting a section of code to Array.Clear if there is another lvtBullBar. This in addition to the other statement later in the code to Array.Clear if a certain time limit is exceeded.
Thanks for your assistance on this matter.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
164 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
317 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
245 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
350 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
179 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|

Comment