Announcement

Collapse
No announcement yet.

ohlc efs not working

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

  • ohlc efs not working

    Hello

    I used to use alot the attached efs with eSignal 8.0. It appears to not work with version 10.0. I have opened a plain chart and only loaded that efs and it does not seem to work.

    any suggestions on how to make it work?

    thanks in advance.

    Pogman
    Attached Files

  • #2
    Pogman
    That is due to a bug in eSignal 10.0 in the Text.RELATIVETOLEFT flag when it is used with the drawXxxRelative() or drawXxxAbsolute() functions (see this thread)
    In the interim a workaround is to replace in lines 43, 46 and 49
    drawTextRelative(Position, ....)
    with
    drawTextPixel(Position*7, ...)
    In this case I used a multiplier of 7 to shift the text to the right but you may want to try another value.
    All the other parameters can be left unchanged so that once a fix is implemented you can easily revert to the original commands.
    Alex


    Comment


    • #3
      Hi Alex

      Thanks for the fix. Have a great Day.

      Pogman

      Comment


      • #4
        Pogman
        You are most welcome and have a great weekend
        Alex

        Comment


        • #5
          OHLC efs working

          Hello

          Here is the efs for anyone that wants it.

          And thanks again. Alex.
          Attached Files
          Last edited by Pogman; 12-05-2007, 08:02 AM.

          Comment

          Working...
          X