I don't even know if this is possible with Ninjatrader (scripting or otherwise), but here goes.
Let's say I have three charts open. The charts are volumetric in nature and are using order flow indicators. They were created by duplicating the first chart and just changing the security they are tracking. So they all act and look the same.
Chart 1 is the main chart I'm concentrating on, while Chart 2 and Chart 3 are tracking securities related to the one featured in Chart 1. So they more or less move in sync.
Chart 2 has an Order Flow Trade Detector (OFTD), showcasing circles where large amounts of volume (or perceived trade activity) is taking place.
What I'd like to know is:
- When the indicator in Chart 2 shows an event of significance (i.e. OFTD circle), can that same signal be copied over to Chart 1 (with a simple icon that you can use DrawText with)
- How do you expose what happens in one chart (indicator wise) for another chart to use, in general?
Thanks in advance!

Comment