Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
most efficient way to communicate between 2 strategies
Collapse
X
-
most efficient way to communicate between 2 strategies
What is the most efficient way to relay information between 2 strategies. For example, let's assume we have 2 bots (bot 1 and bot 2). Let's also assume that I don't want to allow both bots 1 and 2 to ever be long or short at the same time because they will be trading the same instrument but from different accounts. Thus if bot 1 is long the ES, bot 2 needs to be prohibited from going long the ES but still be allowed to short it in this situation. I don't see any way to do this directly with the default setup. I need a way for bot 1 to know if bot 2 is long, short, or flat before putting on a new position and vice versa. What is your recommendation?Tags: None
-
Hello gordongekko,
NinjaScript Strategies are designed to be independent and do not communicate with each other.
It is possible to use general c# with static methods to have a variable that is accessible from multiple scripts.
Below is a link to an example.
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
43 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
124 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
65 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment