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, 03-31-2026, 09:41 PM
        1 response
        47 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        23 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        33 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        51 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        42 views
        0 likes
        Last Post CarlTrading  
        Working...
        X