Jump to content
Medved Trader Forums

time and sales colors


vulis

Recommended Posts

  • 2 weeks later...

Can you help me understand the conditions that Raw Data uses these styles? I've changed my scheme to this.

      <GridStyles>
          Normal{Font:Arial, 9pt;BackColor:2,22,49;ForeColor:Silver;Border:Flat,1,70,83,100,Both;}
          Alternate{BackColor:3,13,27;}
          Frozen{BackColor:3,13,27;}
          SubRow{Font:Arial, 9pt, style=Italic;BackColor:2,22,49;}
          EmptyArea{BackColor:2,22,49;Border:None,1,ControlDarkDark,Both;}
          NegativeBorder{Margins:1, 2, 1, 2;Border:Double,3,255,58,40,Both;}
          PositiveBorder{Margins:1, 2,  1, 2;Border:Double,3,100,100,255,Both;}
          Fixed{BackColor:20,20,20;ForeColor:White;TextAlign:CenterCenter;Border:Flat,1,70,83,100,Both;}
          Search{BackColor:Highlight;ForeColor:HighlightText;}
          GrandTotal{BackColor:2,22,49;ForeColor:White;}
          Subtotal0{Font:Arial, 10pt, style=Bold;BackColor:Black;ForeColor:White;}
          Subtotal1{Font:Arial,  8pt, style=italic;BackColor:2,22,49;ForeColor:White;}
          Subtotal2{BackColor:2,22,49;ForeColor:190,  190, 190;}
          SelectedRowHeader{BackColor:38,77,115;ForeColor:White;}
          HighlightFullRow{BackColor:38,77,115;ForeColor:White;}
          HighlightHeaderOnly{Margins:1, 2, 1, 2;Border:Double,2,38,77,115,Horizontal;}
          NegativeValue{ForeColor:255,0,0;}
          PositiveValue{ForeColor:255,255,87;}
          NegativeHighlightValue{ForeColor:243,105,108;}
          PositiveHighlightValue{ForeColor:146,213,87;}
          NegativeFill{BackColor:184,58,40;ForeColor:White;}
          PositiveFill{BackColor:146,213,87;ForeColor:Black;}
          LastPriceRangeText{ForeColor:Black;}
      </GridStyles>

And it looks like this

image.thumb.png.e19988f60e5754e52dae7addb8c8a8d4.png

I see that sometimes the text is gray with or without blue outline. It can also be yellow with or without outline, red with or without outline.

I'm also not able to get Last to be solid - even with the setting in Appearance settings. I could use the XML styling to do it though.

 

Link to comment
Share on other sites

Bid/ask highlighting - just shows red outline if bid goes down, green if it goes up (same setting as on portfolio)

TIME and PRICE column - 
    TEXT COLOR is red if LAST <= BID, 
    GREEN if >= ASK. 
    Unchanged otherwise (gray in your case) 
    NOTE: you hav the green set as yellow it seems.  AND it looks at previous tick's bid/ask, not the current tick.

PRICE OUTLINES - that is just the LAST CHANGE. Same as bid/ask highlighting. NOTE: you may want to make it show more than 2 decimals. Otherwise sometimes you will see MT show a change even though the displayed values did not seem to change

Link to comment
Share on other sites

I think what threw me off is that it includes filtered-out sales (below block filter size) and that ends up highlighting unexpected values.

Here's with block filter enabled (lots of ask changes but no highlights).image.thumb.png.e567192e3fefe0548dbda55dfa5f86c1.png

and here's without image.thumb.png.b30c85a5471147702544731e3ab07e83.png

 

Thoughts on only applying the colors and borders only to visible orders?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...