longkong

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: CDC ATR Trailing Stop #40292
    longkong
    Participant

    สูตรของ Metastock เขียนใน indicator builder นะครับ

    Periods:=Input(“Enter the number of periods”,1,100,11);
    Factor:=Input(“Enter the number of ATR factor”,1,100,3);
    plot0:= HHV(C-Factor * ATR(Periods) , Periods);
    plot1:= If(C>plot0 ,plot0 , 0) ;
    plot1;

    in reply to: CDC Downloader #39560
    longkong
    Participant
    in reply to: CDC Downloader #39559
    longkong
    Participant

    ผมมีปัญหาแบบเดียวกัน แต่ลองทำตามนี้แล้วใช้ได้นะครับ win10 ทีแรกก็กลัวว่าไม่ได้ ปัญหาคือ cygwin มันไม่ได้โหลดอะไรมาเลย
    วิธีที่ผมแก้ไขคือหลังจากลงรอบสองใช้ตัวติดตั้งปกติรัน as admin แล่วโหลด cygwin unrar แล้วมาลงทับของเดิมใน c ไม่ต้องสนใจไฟล์เดิม ทับให้หมด(ของผมไม่มีไรเลยมีแต่ var และ log ก็ใช้งานได้ปกติครับ

Viewing 3 posts - 1 through 3 (of 3 total)