Announcement

Collapse
No announcement yet.

price changing on chart

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

  • price changing on chart

    I've seen some charts that show a box with and arrow on the price bar pane going up and down with price instead of in the side panel pane...does anyone know where this efs or whatever is and is it avialable to down load. thanks

    woodie

  • #2
    woodie
    Perhaps this is what you are referring to?



    If so just copy the contents of the PHP box enclosed below and paste them in a new Formula Editor window. Then save the efs with a name of your choice
    Hope this helps
    Alex

    PHP Code:
    function preMain(){
        
    setPriceStudy(true)
        
    setShowCursorLabel(false);
    }
    function 
    main(){
        
    drawTextRelative(2close(0), "ß"Color.blacknullText.VCENTER|Text.BOLD"Wingdings"11"Arrow")
        
    drawTextRelative(4close(0), " "+formatPriceNumber(close(0)), Color.white,Color.black,
                        
    Text.VCENTER|Text.BOLD"Arial"11"Close")
        return;

    Comment


    • #3
      exactly Alex ..THANKS MUCH AGAIN....Alex if you can join us at the seminar in Prague, Czech Republic in june you will be my guest. You have helped me so many times..thanks again try to join us

      woodie

      Comment


      • #4
        woodie
        You are most welcome and thank you very much for the invitation.
        Alex

        Comment

        Working...
        X