Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Script

Candle Analysis Report - script per MetaTrader 5

Visualizzazioni:
1597
Valutazioni:
(4)
Pubblicato:
2024.04.10 11:47
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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.