Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

can anyone help with my strategy?

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

    can anyone help with my strategy?

    just set up bill williams indicator and try to test his strategy. This is what i did with the strategy wizard, but nothing is showing. here is my unlock code.
    if (bwAO().AOValue[0] > SMA(bwAO().AOValue, 5)[0])
    {
    DrawTriangleUp("My triangle up" + CurrentBar, false, 0, 0, Color.Lime);
    }

    there is no Up Arrow at all in my chart

    #2
    Peter, you likely just can't see it, since you draw your arrow literally at a price point of 0 in your DrawTriangleUp call.

    Please ensure the Y axis value you can specifiy would be something non zero, for example based off the current Low[0] value.

    Comment


      #3
      thanks i just figured out

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      109 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      573 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      575 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X