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 NullPointStrategies, Yesterday, 05:17 AM
        0 responses
        53 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        130 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        70 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        44 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        49 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X