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 NullPointStrategies, Today, 05:17 AM
          0 responses
          50 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          126 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          69 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          42 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          46 views
          0 likes
          Last Post TheRealMorford  
          Working...
          X