Announcement

Collapse
No announcement yet.

Pivots

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

  • Pivots

    I am attempting to label Pivot Points using the formula wizard. Should be simple. Last 3 bars have higher lows and following 3 bars have higher lows. Opposite for High pivots. Label with a Mp or drawing.

    Thanks in advance for any suggestions!

  • #2
    try using drawTextRelative in your Wizard formula for the Pivots
    that you've calculated. Note the variable name for the PivotPoint. Then, edit the efs and change Relative to "Absolute" per the following:

    PHP Code:
    drawTextAbsolute(2,PivotPoint,+vPivotPoint,Color.blue,null,Text.BOLD Text.VCENTER,"Arial",12,4); 
    If that doesn't work, post your wizard efs for the Pivot Points.

    Hope that helps,

    Kirk

    Comment

    Working...
    X