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 argusthome, 03-08-2026, 10:06 AM
|
0 responses
116 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
61 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
40 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
43 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
82 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment