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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        93 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        138 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        68 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        123 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        73 views
        0 likes
        Last Post PaulMohn  
        Working...
        X