บทที่ 9 附錄:海龜通道系統完整程式碼
//@version=5
//@itradesoeasy.com
strategy("海龜通道策略(多)_TradeSoEasy", overlay=true)
// 輸入參數
channelLength = input(20, "通道長度")
EXITLENGTH = input(10, "出場通道長度")
// 計算進場價格
lentryPrice = ta.highest(high, channelLength)
sentryPrice = ta.lowest(low, channelLength)
sexitPrice = ta.highest(high, EXITLENGTH)
lexitPrice = ta.lowest(low, EXITLENGTH
รายงาน
เหตุผลการรายงาน
ขอบคุณข้อเสนอแนะของคุณ
แชร์ให้เพื่อน
แชร์