Announcement

Collapse
No announcement yet.

Study not working for FX

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

  • Study not working for FX

    Hi

    I've just added FX to my data feeds and can't get any of my custom studies to work (yes I have shut esignal down and restarted it twice).

    If I show Z 1!-EEI my study works perfectly but as soon as I look at any FX pair (eg. GBP A0-FX) all the study info on the chart disapears. Any ideas please?

    Attached is a simple study I wrote just to make sure it wasn't something in the code.
    Attached Files

  • #2
    splitty
    Try replacing line 59 of your test script with the following
    PHP Code:
    drawShapeRelative(0low()-0.0003Shape.CIRCLE""Color.RGB(155,0,0), Shape.LEFT); 
    and you should see the circles drawn under the bars when using forex symbols.
    The problem is that 3 is too high a value for most forex prices
    Alex

    Comment


    • #3
      Thanks

      Doh!!!

      Simple when you know.

      Thanks

      Comment


      • #4
        splitty
        You are most welcome
        Alex

        Comment

        Working...
        X