Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Executing with Strategy Builder based on a drawing

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

    Executing with Strategy Builder based on a drawing

    I have an indicator that creates drawings in this case just triangle up/down. Is it possible to use these to execute from with the strategy builder?

    #2
    I have an indicator that creates drawings in this case just triangle up/down. Is it possible to use these to execute from with the strategy builder?

    Comment


      #3
      Hello synthhokie,

      Thank you for your post.

      Unfortunately no, this would not be possible via the Strategy Builder. The Strategy Builder can only get signals from indicators that have plots. Drawing objects cannot be detected from the Strategy Builder.

      Please let us know if you have any further questions.

      Comment


        #4
        The indicator isn't locked. What would it take to give these signals a "plot"?

        Comment


          #5
          You would need to add a plot via AddPlot(). Below is the Help Guide documentation for AddPlot().



          If you're simply wanting to detect if there is a drawing object on a particular bar, you could assign 0 to the plot on bars where no object is drawn and assign 1 to the plot where your script is drawing an object. You could then access the indicator's plot from the strategy builder.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Mindset, 04-21-2026, 06:46 AM
          0 responses
          86 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          125 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          64 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by cmoran13, 04-16-2026, 01:02 PM
          0 responses
          117 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          67 views
          0 likes
          Last Post PaulMohn  
          Working...
          X