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

Candle Analysis Report - MetaTrader 5용 스크립트

조회수:
1758
평가:
(4)
게시됨:
2024.04.10 11:47
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This script is designed to perform candle analysis:

  1. Data Retrieval: The script retrieves the open, close, high, and low prices of candles for the financial instrument it is running on.
  2. Candle Categorization: It categorizes each candle as bullish, bearish, or neutral based on the relationship between its closing and opening prices.
  3. Amplitude Calculation: It calculates the amplitude of each candle (difference between high and low) and computes the average amplitudes for bullish and bearish candles.
  4. Identification of Significant Candles: It identifies the 5 most significant candles (highest amplitude) for both bullish and bearish candles.
  5. Report Generation: It creates a report that includes the number of bullish, bearish, and neutral candles, as well as the average amplitudes and most significant candles.
  6. Chart Comment: It displays the generated report as a comment on the chart of the financial instrument, allowing the user to easily visualize the analysis conducted.

In summary, the script helps traders understand the distribution and range of candles in a specific period, which can be useful for making informed trading decisions such as determining the Take Profit or Stop Loss levels based on the timeframe or specific symbol.



    Counter Attack Candlestick Counter Attack Candlestick

    Counter attack candlestick pattern

    Dominant Candle Dominant Candle

    Dominant Candle is a a two candlestick set where the wicks intersect each other but body of the candles are either gapped up, gapped down or equal

    A Code block to detect A "New Candle/Bar" using bars history (very effective way) A Code block to detect A "New Candle/Bar" using bars history (very effective way)

    If you only want to execute your code blocks "only once per bar" it's important to check if there is new bar arrived or not.

    Basic GridManager Library Basic GridManager Library

    This is a basic library to create and manage grids.