Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy builder: can you use the output from one set as the input for another?
Collapse
X
-
Strategy builder: can you use the output from one set as the input for another?
Hello, new to NT and I have a question regarding strategy builder Conditions and Actions. Can you use the output from one set as the input for another? For example, lets say I only want to enter a position if both the MACD and SMA have crossed over. Could I have set one, the MACD crossover, return a boolean (one if true and zero if false) along with set two (the SMA crossover) doing the same thing. Set 3 three would then take the outputs of set one and two and add them, only entering a position if outputset1+outputset2=2. Knowing how to do this would make it far easier to design more complicated systems in strategy builder. Personally, I'm beginning work on a strategy where I would like to enter a long position on 4/5 buy signals and exit it on 3/5 sell signals and this is the logical framework I'm hoping to implement in strategy builder to make that happen. A simple example would be greatly appreciated. Thanks!
-
Hello StoneMan78,
Welcome to the NinjaTrader forums!
Below is a link to a forum post with helpful information about getting started with NinjaScript and C#. Be sure to watch the Strategy Builder 301 training video.
You can set a bool in set one and then check the state of the bool in set two or a later set.
You could also put both conditions in the same condition set within a condition group.
Below is a link to an example that sets double and integer values in one set and checks these in another.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
65 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
37 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
199 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
366 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
283 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment