Bác nào cover tradingview sang amibroker được không

Thảo luận trong 'Thảo luận chung' bắt đầu bởi DOAN VUNG, 20/7/23.

Lượt xem : 536

  1. DOAN VUNG

    DOAN VUNG New Member

    Tham gia ngày:
    6/12/22
    Bài viết:
    2
    Đã được thích:
    0
    Giới tính:
    Nam
    Bác nào cover tradingview sang amibroker được không. Code nay hay

    //@version=5
    strategy("Volty Expan Close Strategy", overlay=true)
    length = input(5)
    numATRs = input(0.75)
    atrs = ta.sma(ta.tr, length)*numATRs
    if (not na(close[length]))
    strategy.entry("VltClsLE", strategy.long, stop=close+atrs, comment = "VltClsLE")
    strategy.entry("VltClsSE", strategy.short, stop=close-atrs, comment = "VltClsSE")
    //plot(strategy.equity, title="equity", color=color.red, linewidth=2, style=plot.style_areabr)
     
  2. Đang tải...


Lượt bình luận : 0

Chia sẻ trang này