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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
388 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
260 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
218 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
302 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
268 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment