Announcement

Collapse
No announcement yet.

PHP test

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

  • PHP test

    I am trying to figure out the PHP so forgive me if this is not right. But, I was trying to be able to change the text size in here
    for the. "H"
    PHP Code:
    //drawLineAbsolute(-nOffsetHigh-4, nPriceHigh, -nOffsetHigh+3, nPriceHigh, PS_DASHDOT, 4, HighPriceColor, gID()); 
    PHP Code:
    drawTextAbsolute((-nOffsetHigh-1), getValue("High", -nOffsetHigh1) , "H"HighPriceColornullText.CENTER Text.ONTOP Text.BOTTOM Text.BOLDnull11gID()); 

  • #2
    [PHP]drawTextAbsolute((-nOffsetHigh-1), getValue("High", -nOffsetHigh, 1) , "H", HighPriceColor, null, Text.CENTER | Text.ONTOP | Text.BOTTOM | Text.BOLD, null, 11, gID());
    drawTextAbsolute((-nOffsetLow-1), getValue("Low", -nOffsetLow, 1), "L", LowPriceColor, null, Text.CENTER | Text.ONTOP | Text.TOP | Text.BOLD, null, 11, gID());

    Comment


    • #3
      realm,

      You need a closing tag for yours... i.e. [ /PHP ] (without the spaces)
      Regards,
      Jay F.
      Product Manager
      _____________________________________
      Have a suggestion to improve our products?
      Click Support --> Request a Feature in eSignal 11

      Comment

      Working...
      X