Is it possible to create a BarsInProgress condition using the strategy builder?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
BarsInProgress condition using the strategy builder
Collapse
X
-
BarsInProgress condition using the strategy builder
Hello,
Is it possible to create a BarsInProgress condition using the strategy builder?Last edited by AdeptistJune; 07-07-2022, 07:03 AM.Tags: None
-
Hello AdeptistJune,
Thanks for your note.
BarsInProgress cannot be used in the Strategy Builder.
To create a BarsInProgress condition in your script, you would need to unlock the script from the Strategy Builder using the 'Unlock code' button.
See this help guide page for more information about BarsInProgress: https://ninjatrader.com/support/help...inprogress.htm
Let me know if I may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
Hello, is this feature still not available in StrategyBuilder as I cannot find it anywhere. Thanks!
Comment
-
Hello bin_aladin,
The Strategy Builder adds if (BarsInProgress != 0) return; to the script in OnBarUpdate(). All updates will only occur for BarsInProgress 0.
You can access price data and indicator values from other added data series, but this will accessed while BarsInProgress 0 is updating.
Because of this, there is BarsInProgress property in the condition builder, as BarsInProgress will always be 0.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
41 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
66 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
54 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment