Announcement

Collapse
No announcement yet.

x and y axis in formula wizard

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

  • x and y axis in formula wizard

    Hello

    I can program an efs to fire off up or down arrows however, they are sometimes either right on the mov avg and it makes it hard to see the signal being fired off.

    Using the sample condition below how would I configure the arrow to show itself...either above a candle by a factor of 7 and below a candle for a factor of 7 or other amount. or do I need to make some other condition. I would like to see a shape clearly above the candle or moving average or clearly below the moving average.

    drawShapeRelative(0, low(), Shape.DOWNARROW, "", Color.RGB(255,0,0), Shape.BOTTOM)

    any suggestions would be greatly appreciated?

    Thanks

    Pogman

  • #2
    Pogman,

    Try this:

    PHP Code:
    drawShapeShape.DOWNARROWBelowBar4Color.green  ); 
    For more Ideas check out this link here.


    The EFS Knowledge base is also a great tool to help expalin many questions you may have.


    Click here.
    Excellent book on JavaScript for beginners

    Comment


    • #3
      Hi FibbGann

      Great suggestion it worked perfect. I checked your links but never found the exact place you speak of. I will keep looking till I find more references in the knowlege base. Using the formula wizard i did not know that you could just change the wording. I thought you had to use their preformatted conditions.

      thanks for the quick response and correct answer.

      Take care

      Pogman

      Comment

      Working...
      X