วันอังคารที่ 20 มิถุนายน พ.ศ. 2560

KHE มีกี่แบบ

KHE มีหลายแบบ
1.KHE-CT(Custom)
  • ผู้ใช้กำหนดเวลา, ระยะ room และ ระยะ TP เอง
    •    ผู้ใช้กำหนดเวลาของแท่งกราฟตั้งต้นที่จะใช้เป็นราคาตั้งต้น (midPrice)
    •    ผู้ใช้กำหนดระยะ room (ระยะห่างระหว่าง buyOpenPrice และ sellOpenPrice ไม้แรก) เอง
    •    ผู้ใช้กำหนดระยะ TP เอง
  • ระบบคำนวณระยะต่าง ๆ ดังนี้
    • stopLossPoint = takeProfitPoint
    • buyOpenPrice = midPrice + (roomPoint / 2)
    • sellOpenPrice = midPrice - (roomPoint / 2)
    • buyTakeProfitPrice = buyOpenPrice + takeProfitPoint
    • buyStopLossPrice =  buyOpenPrice - stopLossPoint
    • sellTakeProfitPrice = sellOpenPrice - takeProfitPoint
    • sellStopLossPrice = sellOpenPrice + stopLossPoint
  •  ไม้แรกอาจจะ OP_BUY หรือ OP_SELL แล้วแต่ว่าราคาจะวิ่งไปชนฝั่งไหนก่อน
    • OP_BUY @ buyOpenPrice , SL@buyStopLossPrice , TP@buyTakeProfitPrice
    • OP_SELL @ sellOpenPrice, SL@sellStopLossPrice , TP@sellTakeProfitPrice
  • ลักษณะเฉพาะของแบบ Custom คือ
    • ระยะ room ไม่จำเป็นจะต้องเท่ากับระยะ boxHeight
    • ระยะ TP ไม่จำเป็นจะต้องเท่ากับระยะ room หรือ boxHeight หรือ boxHeight / 2
2.KHE-BR (BoxRoom)
  • ใช้ระยะ room = boxHeight
  • ส่วนระยะ TP ผู้ใช้กำหนดเอง
3.KHE-FB (FullBox)
  • ใช้ระยะ room =  boxHeight
  • ระยะ TP = boxHeight
4.KHE-HB(HalfBox)
  • ใช้ระยะ room = boxHeight
  • ระยะ TP = boxHeight / 2

ไม่มีความคิดเห็น:

แสดงความคิดเห็น