Announcement

Collapse
No announcement yet.

Price & non-Price Pane "setBarBgColor"

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

  • Price & non-Price Pane "setBarBgColor"

    In order to color the background in both the "Price Pane" and the "Non-Price Pane" I must load the same script twice:
    one with "setPriceStudy(true);"
    and another with "setPriceStudy(false);" .

    However I can call the "setPriceBarColor" from a "Non-Price Pane" efs only.

    Is there a command or workaround that will paint the "Price Pane" chart background just from a "Non-Price Pane" efs similar to the "setPriceBarColor" described above?

    Thank you.
    Attached Files

  • #2
    Re: Price & non-Price Pane "setBarBgColor"

    waynecd
    An efs can only paint the background, plot or draw in the pane in which it is set to run.
    Alex


    Originally posted by waynecd
    In order to color the background in both the "Price Pane" and the "Non-Price Pane" I must load the same script twice:
    one with "setPriceStudy(true);"
    and another with "setPriceStudy(false);" .

    However I can call the "setPriceBarColor" from a "Non-Price Pane" efs only.

    Is there a command or workaround that will paint the "Price Pane" chart background just from a "Non-Price Pane" efs similar to the "setPriceBarColor" described above?

    Thank you.

    Comment

    Working...
    X