Announcement

Collapse
No announcement yet.

SAR not plotting

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

  • SAR not plotting

    var study = new ParabolicStudy(0.02, 0.02, 0.2);

    function preMain() {
    setPriceStudy(true);
    setPlotType(PLOTTYPE_SQUAREWAVE,0);
    setDefaultBarThickness(1, 0);
    setStudyTitle("sar0");
    }


    function main() {

    sar0=study.getValue(ParabolicStudy.STOP);

    return sar0;
    }

    Does the above plot ok on any one elses machine, doesnt seem to want to show up here.

  • #2
    David
    Seems to be plotting fine
    Alex

    Comment


    • #3
      I rebooted and it is fine here now.

      I had a winros crash before and I suppose they are related.

      Crash probly due to some recent futzing on my end.

      Thanks for the confirmation.

      Comment

      Working...
      X