Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy Signal as Indicator

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Strategy Signal as Indicator

    Hi, I have a NinjaScript strategy that prints a tag on screen (L1 or S1) as a buy or sell signal. I'd like to be able to use this signal in a different Strategy Builder strategy I'm creating but don't see Drawing Objects as a condition option. Is there another way I can use the L1 or S1 as a Condition from a different strategy in my SB strategy? for reference, I included an image of how the NinjaScript signals are displayed.

    Thanks, Mitch

    Click image for larger version

Name:	image.png
Views:	244
Size:	20.1 KB
ID:	1311927

    #2
    Hello Mitch,

    For an indicator to send a signal to a strategy in the Strategy Builder, the value will need to be set to a plot series added with AddPlot() and returned by a public Series<double>.

    Below is a link to a support article with direction.


    As well as a link to an example.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks for replying. Yes I understand that about indicators and plots. My question is referring to using a tag/signal from another strategy that is printed on the chart. Can the printed tag from another strategy be used as a condition in a strategy builder strategy. Perhaps as a variable or other method?

      Comment


        #4
        Hello mmenigma,

        Unfortunately, no. Only plots can be used in the Strategy Builder.
        The value would have to be set to a plot value.
        Chelsea B.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        45 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        21 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        31 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        50 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        42 views
        0 likes
        Last Post CarlTrading  
        Working...
        X