Announcement

Collapse
No announcement yet.

multiple timeframes

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

  • multiple timeframes

    using eSignal 10.6.2425

    Trying to access multiple timeframes

    var xHigh = high();
    var xHigh5 = high(inv(5));
    var val1 = xHigh.getValue(0);
    var val2 = xHigh5.getValue(0);

    but val2 is null. any ideas?
    Paul Williams
    Strategy & Applications
    www.futurenets.co.uk

  • #2
    today all is working ok
    Paul Williams
    Strategy & Applications
    www.futurenets.co.uk

    Comment

    Working...
    X