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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
58 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
34 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
197 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
362 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
282 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment