Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

not drawing Fib Series

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

    not drawing Fib Series

    Hi ,
    I am able to draw Fib extensions series manually but the same is not drawing when if i do it with script. ATTACHED is script.
    Attached Files

    #2
    Hello shankar.deshapande,

    You would need to use valid values for the startBarsAgo and endBarsAgo and extensionBarsAgo, right now you have 1 for all three which means the object won't be visible. You would need to span at least a few bars for the object to be visible.


    Draw.FibonacciExtensions(this, "fib1", true,1, SqueezeLowPrice, 1, SqueezeHighPrice, 1, SqueezeLowPrice);

    Comment


      #3
      hi,
      i used this but still not drawing.

      Draw.FibonacciExtensions(this, "fib1", true,15, SqueezeLowPrice, 11, SqueezeHighPrice, 1, SqueezeLowPrice);​

      Comment


        #4
        Hello shankar.deshapande,

        You can use the charts drawing objects window to confirm if the object is being drawn or not. If the object is listed in that window you can also view the values it has to better understand where it should be appearing. To draw the extensions would require using different bars ago for the start and end anchor and also two different prices for the two prices it uses. The last bars ago and price would be how to control placement using the extension anchor.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        56 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        34 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        195 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        359 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        281 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X