Announcement

Collapse
No announcement yet.

Cursor Window Color Adjustments

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

  • Cursor Window Color Adjustments

    Is there a way to change to background colors show in the Cursor Window based on the values presented on the window.

    In other words, can the MA's display change color if the price is above or below the MA?

  • #2
    NOTE: This message has been edited and the efs originally attached has been changed

    David
    Yes as you can see in the image.



    The attached efs will make the ema3 change color if close>ema and the Cursor Window will reflect the ema's color
    Alex
    Attached Files
    Last edited by ACM; 02-18-2003, 12:26 PM.

    Comment


    • #3
      Alex,

      I like the effect this produces in the quote window, but I just dont see how the colors change in the window.

      Why dont the price bars change color?

      that's what I would expect,

      function onAction1() {
      setBarFgColor(Color.RGB(0,0,255));
      vLastAlert = 1;

      would do.

      Comment


      • #4
        David

        The bars would change color if I put

        SetPriceBarColor(Color.RGB(0,0,255));

        I instead used SetBarFgColor which colors only the MA.
        Is that what you were asking?

        Alex

        Comment


        • #5
          That was exactly my question.

          gotcha, I think I see know, thx

          Comment

          Working...
          X