Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Running multiple strategies simultaneously
Collapse
X
-
Running multiple strategies simultaneously
Can you please refer me where to find out how to run multiple strategies simultaneoulsy...Last edited by d.allen101; 08-13-2009, 06:52 AM.Tags: None
-
what i'm asking for is examples/help doc info on coding it. i'd like to have different strategies run under certain conditions. example:
if(condition1)
{
strategy1(); //this is a independent strategy written outside of the current class
}
else if(condition2)
{
strategy2();
}
etc...Last edited by d.allen101; 08-13-2009, 07:45 AM.
Comment
-
if i have 3 different strategies how do i go about creating a 4th strategy that uses the other 3 strategies?
Comment
-
I had three strategies running at once and by laboriously working to make one the same time frame as another I set it up in the conditions wizard with fresh names for each entry and exit and profit targets/ stoploss. It took a while but works really well. I now have 2 strategies working because one is a tick chart strategy and the other a minute one. It doesn't seem to matter how many strategies you have running at once it would just be nice to have it neat in one. I want mine to fire off a trade whether the other strategy has fired or not- totally independent and that is what you get with multiple strategies running at once. When a condition is to check for FLAT before proceeding it is only checking for flat in that strategy.
Don't know if this helps- probably not. I dont know much about actual coding and stuff.
raycam
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SalmaTrader, 07-07-2026, 10:26 PM
|
0 responses
50 views
0 likes
|
Last Post
by SalmaTrader
07-07-2026, 10:26 PM
|
||
|
Started by CarlTrading, 07-05-2026, 01:16 PM
|
0 responses
22 views
0 likes
|
Last Post
by CarlTrading
07-05-2026, 01:16 PM
|
||
|
Started by CaptainJack, 06-17-2026, 10:32 AM
|
0 responses
16 views
0 likes
|
Last Post
by CaptainJack
06-17-2026, 10:32 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:15 AM
|
0 responses
22 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:15 AM
|
||
|
Started by kinfxhk, 06-17-2026, 04:06 AM
|
0 responses
23 views
0 likes
|
Last Post
by kinfxhk
06-17-2026, 04:06 AM
|

Comment