Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy Builder - Conditions and Actions - Drawing

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

    Strategy Builder - Conditions and Actions - Drawing

    When I want to use the strategy builder to draw any object to mark a long or short entry, the tag is static such that the draw object may only be drawn once for the last entry.

    Any marks for prior entries are removed because the tag is static.

    It should be possible to select dynamic tags, such that all entries may be marked on the chart.

    #2
    Hello Harry,

    Thank you for the post.

    It is possible to set dynamic tags for drawing objects, you would just need to append the Misc -> Current Bar to your string.

    Here is an image of the string builder with current bar used: https://www.screencast.com/t/10hHQ17cqK

    After clicking "Add" to add a new row to the string, you can click inside of the box where it says Set to choose Misc -> Current Bar.

    To get to this screen, from the drawing object configuration where you have "Tag" you would click "Set" after hovering the mouse over "Tag".

    I look forward to being of further assistance.

    Comment


      #3
      Hello Jesse,

      Thank you for your answer.

      I have tried your suggestion, but it does not work. The tags are non-dynamic. When applying your method I get a string
      Code:
      @"MyCustomStrategy Dot_1 CurrentBars[0]"
      That string is static. What I need is this:
      Code:
      @"MyCustomStrategy Dot_1" + CurrentBars[0]

      Comment


        #4
        Hello Harry,

        Thank you for the reply.

        I am not seeing this, had you followed the steps I had provided or had you typed in CurrentBars[0]?

        Here is a video showing the process I followed to create a dynamic string: https://www.screencast.com/t/4Z5uptecsONS

        If you are using a different process that is resulting in a static string, can you provide the steps for that?

        I look forward to being of further assistance.

        Comment


          #5
          The video explains well how to add the string. I simply did not know where to click.

          Thank you again for your help!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          61 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          40 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          21 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          23 views
          0 likes
          Last Post TheRealMorford  
          Started by Mindset, 02-28-2026, 06:16 AM
          0 responses
          51 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X