Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

contrôle Bougie

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

    contrôle Bougie

    Salut, je veux définir le contrôle Bougie dans le constructeur de stratégie
    Est-il possible

    #2
    Hello salaksi1,

    Could you provide additional details on what you would like? The translation for me says spark plug, however I am not certain what that means in contrast to the strategy.

    Comment


      #3
      hello thanks for reply
      My idea is that I want to mark a line on the candle that contains several candles
      I have attached a picture for you
      Is this possible with the strategy builder?Click image for larger version

Name:	sa.png
Views:	203
Size:	17.1 KB
ID:	1200210

      Comment


        #4
        Hello salaksi1,

        The strategy builder can draw lines and other drawing objects so you can certainly mark the chart.

        candle that contains several candles
        Do you mean the largest candle in a period? From the image and description it appears that the candle on the very left is what you are trying to highlight.

        Comment


          #5
          Yes the candle on the far left is what I'm talking about
          As you can see, it is a candle in their body that contains many candles
          Is there a way I can identify such type of candles

          Comment


            #6
            Hello salaksi1,

            You could subtract the Low from the High to get a difference for each bar as one way of finding the size of bars.

            To find the range of each bar you could In the builder you would need to make a Series double using the additional data tab.

            As a set without any conditions, as the action you would define: Misc -> Set your series name. For the value select the High series and as the Arithmetic offset value select Minus, then select the Low series. Doing this would create a series that contains the difference for each bar.

            In the image the bar is to the left and the smaller bars have come after that bar. Logically you would have to find the large bar first before knowing the other bars fit into that bar so that would be the first step or to find the size of each bar. Depending on what else you need to do would determine how you use the values from that series. You could make another condition which checks if the current series value is greater than the last X series values which would indicate that it is the largest bar in X period.



            Comment


              #7
              Originally posted by NinjaTrader_Jesse View Post
              Hello salaksi1,

              You could subtract the Low from the High to get a difference for each bar as one way of finding the size of bars.

              To find the range of each bar you could In the builder you would need to make a Series double using the additional data tab.

              As a set without any conditions, as the action you would define: Misc -> Set your series name. For the value select the High series and as the Arithmetic offset value select Minus, then select the Low series. Doing this would create a series that contains the difference for each bar.

              In the image the bar is to the left and the smaller bars have come after that bar. Logically you would have to find the large bar first before knowing the other bars fit into that bar so that would be the first step or to find the size of each bar. Depending on what else you need to do would determine how you use the values from that series. You could make another condition which checks if the current series value is greater than the last X series values which would indicate that it is the largest bar in X period.


              I tried a lot can you help me with screenshots please

              Comment


                #8
                Hello salaksi1,

                I have attached a sample script that shows how to set a series to the high minus the low.

                Attached Files

                Comment

                Latest Posts

                Collapse

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