Announcement

Collapse
No announcement yet.

Encrypting and EFS

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

  • Encrypting and EFS

    The attached screen shot shows my EFS on the left working and on the right it has the same EFS but encrypted. The only change is that an unexpected symbol (an A with a hat on) has appeared in front of the symbol I'm using for the British Pound.

    Can anyone tell me if I'm displaying the British Pound symbol incorrectly or if this is a bug with the encryption process.

    drawText("At £" + PPP + " per pip = £" + (vtotal*PPP), BottomRow1, Color.lime);

    On a separate (but related) subject, is there a way of formatting a number to look like a currency e.g. 7180 becomes 7,180.00 (ideally with a British Pound symbol £ before the 7)

    Thanks everyone for your much needed help.
    Attached Files

  • #2
    Sorry to post a reply to my own message but there definitely seems to be a problem with encrypting in eSignal 11 which can be solved by using 10 instead.


    Does anyone have an answer to formatting number. I'd be happy just to put a comma in the right place i.e. 7200 becomes 7,200.

    Any help would be appreciated.

    Comment


    • #3
      This bug has been confirmed and will be added to our tracking system.

      You can use EFS formatPriceNumber() function for your purposes or your self-developed function.
      eSignal_AlexeyG

      Comment

      Working...
      X