Happy to keep the indicator running at CalculateOnBarClose though...but would like my entry and money management to run "live".
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
if my indicator is set to CalculateOnBarClose = true
Collapse
X
-
Hello,
Thanks for the note.
You can however you want to code this into your strategy to reference it as COBC = false (You want all COBC to match or you will run into issues). Then only access the indicator balue on if (FirstTickOfBar) and store the value of the indicator you need for access on all other ticks so it is the same until the next bar close and use that in your COBC=false strategy.
Let me know if I can be of further assistance.BrettNinjaTrader Product Management
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
369 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 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
572 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment