Is there a way to code recursive strategies into my main strategy? Ideally so I can run them in a backtest?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Recursive Strategies
Collapse
X
-
Recursive Strategies
I've noticed that there is a collection for (StrategiesRecursive) and (Strategies) off of the StrategyBase.
Is there a way to code recursive strategies into my main strategy? Ideally so I can run them in a backtest?
-
I am currently trying to get 2 or more strategies collaborating. But what would really be nice is if I could run a backtest on a main strategy that recursively called the other sub-strategies. In this way I could perfect more than one sub-strategy and then evaluate which one would be best to use in the current situation.
As for supported, i'm not worried about that. I just want to try to find a way to make it work. So any suggestion or nudge in the right direction would help.Last edited by amoses7178; 03-01-2012, 01:49 PM.
Comment
-
Depending on your needs, you might be simply able to work with multiple uniquely named entry signals i one strategy and thus be able to separate logic as needed for different market phases - http://www.ninjatrader.com/support/f...ead.php?t=3225
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
639 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
366 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
107 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
569 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
572 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment