Announcement

Collapse
No announcement yet.

Sync of Backtest and esignal charts

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

  • Sync of Backtest and esignal charts

    Data that this function puts out does not match esignal 1 min charts for matching time. Like 03/21/03 5:30 West coast time?

    function main()
    {
    var vadv = getValue("Open","$ADV");
    var vdec = getValue("Open","$DECL");
    var adv_dec_diff = vadv - vdec;

    debugPrint("adv "+vadv+" dec "+vdec+" diff "+adv_dec_diff+" "+ getValue("time")+"\n");

    }

  • #2
    looks like it agrees to me..
    Attached Files

    Comment


    • #3
      Here is an example of what I am seeing on my machine. Picture is to big so here is a link to it ( 256K).

      Synk Error Example

      Comment

      Working...
      X