거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

pivots calculation based on pine script v4 - MetaTrader 5용 지표

조회수:
3388
평가:
(7)
게시됨:
2024.01.05 12:40
업데이트됨:
2024.01.07 12:50
pivots.mq5 (4.29 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

For MQL4 version please click here.

pine script v4 function I/O :

pivothigh(source, leftbars, rightbars) → series[float]

pivotlow(source, leftbars, rightbars) → series[float]

This indicator includes two simple functions to calculate the pivotshigh and pivotslow functions based on pine script. The functions can be used as copy and paste snippet in conversion projects from tradingview platform.

Note: The pivots indicators implemented in tradingview platform is lagging. 


    MT5 Pivots

    TV Pivots


    Cosine distance and cosine similarity Cosine distance and cosine similarity

    Calculate the cosine distance and similarity between 2 vectors . The cosine distance is 1-cosine_similarity and the cosine similarity is the dot product of two vectors by their magnitudes multiplied.

    Volume Profile Volume Profile

    This is an indicator for showing volume profile on the chart, using simple calculations and very fast execution.

    Connect Disconnect Sound Alert Connect Disconnect Sound Alert

    This utility is simple example to add sound alert on connect / disconnect

    wd.Multi_ClockPrice lite! wd.Multi_ClockPrice lite!

    The 'wd.Multi_ClockPrice lite!' is the lite version of 'wd.Multi_ClockPrice', providing a visual representation of server time and bid prices on the chart. It synchronizes with PC clock every seconds, allowing seamless updates even when MT5 is offline. Real-time bid prices are displayed, efficiently meeting the need for price information. Place informational labels in the specified sub-window, adjusting positions as needed.