Niquel Mendoza
Niquel Mendoza
5 (3)
  • 情報
1 年
経験
7
製品
37
デモバージョン
1
ジョブ
0
シグナル
0
購読者
Niquel Mendoza
Sesiones en el Trading El indicador ICT – SMC Conceptos incluye la visualización de sesiones de mercado...
Niquel Mendoza
Equal low y Equal high Los Equals son estructuras de precio que se forman cuando dos máximos (highs) o dos mínimos (lows) tienen prácticamente el mismo valor...
Niquel Mendoza
Configuración General de la Estructura de Mercado Swings Los swings son conceptos básicos que representan los precios máximos o mínimos, generalmente definidos por dos velas previas y dos posteriores...
Niquel Mendoza
BSL y SSL Buy Side Liquidity (BSL) y Sell Side Liquidity (SSL) son conceptos esenciales dentro de ICT. BSL (Buy Side Liquidity): Representa las zonas de liquidez compradora. SSL (Sell Side Liquidity): Representa las zonas de liquidez vendedora...
Niquel Mendoza
Parámetros Generales para FVG, IFVG, Imbalance, Gap, BPR y RDRB show the middle line of (fvg-rdrb-imbalance-gap)? Activa o desactiva la visualización de la línea central en las zonas de FVG, RDRB, Imbalance y Gap. Esta línea ayuda a identificar el punto medio o nivel clave dentro de cada zona...
Niquel Mendoza
Zonas Premium / Discount / Equilibrium Las zonas Premium y Discount son fundamentales en el sistema ICT, ya que indican áreas ideales para comprar o vender. En este apartado, te explico cómo configurar y personalizar estas zonas en el indicador ICT-SMC Concepts...
Niquel Mendoza
Order Blocks Los Order Blocks son un pilar fundamental en el indicador ICT-SMC. En este indicador, podrás visualizarlos, personalizar sus colores y definir cómo se obtienen según tus preferencias...
Niquel Mendoza
Configuración general del indicador Show Indicator Panel : Activa o desactiva el panel del indicador. Si está en true, se mostrará un panel en el gráfico que te proporcionará información y accesos directos a diversas funciones...
Niquel Mendoza
パブリッシュされた記事Risk Management (Part 5): Integrating the Risk Management System into an Expert Advisor
Risk Management (Part 5): Integrating the Risk Management System into an Expert Advisor

In this article, we will implement the risk management system developed in previous publications and add the Order Blocks indicator described in other articles. In addition, we will run a backtest so we can compare results with the risk management system enabled and evaluate the impact of dynamic risk.

1
Niquel Mendoza
パブリッシュされた記事Risk Management (Part 4): Completing the Key Class Methods
Risk Management (Part 4): Completing the Key Class Methods

This is Part 4 of our series on risk management in MQL5, where we continue exploring advanced methods for protecting and optimizing trading strategies. Having laid important foundations in earlier articles, we will now focus on completing all remaining methods postponed in Part 3, including functions for checking whether specific profit or loss levels have been reached. In addition, we will introduce new key events that enable more accurate and flexible risk management.

1
Niquel Mendoza パブリッシュされたプロダクト

The Multi Strategy Ranges Indicator MT5 is a powerful tool designed to detect and visualize price consolidation zones in the market. This indicator identifies ranges and draws them on the chart, providing clear signals for efficient trading. Key Features Our indicator incorporates three essential strategies for trading within consolidation ranges: 🔹 Range Breakout Strategy: A classic range breakout strategy. When the price breaks the upper or lower boundary of the range, a buy or sell signal

Niquel Mendoza
パブリッシュされた記事リスク管理(第3回):リスク管理のメインクラスの構築
リスク管理(第3回):リスク管理のメインクラスの構築

本記事では、システム内のリスクを管理するための重要な基盤となるコアのリスク管理クラスを作成し始めます。今回は、基礎の構築に焦点を当て、基本的な構造、変数、関数を定義します。加えて、最大損益値を設定するために必要なメソッドを実装し、リスク管理の土台を築きます。

Niquel Mendoza
Bienvenido a este blog. En esta guía, te mostraré un ejemplo de cómo utilizar la biblioteca gratuita News Filter. Introducción Esta biblioteca te permite para filtrar noticias en vivo según su importancia, pero tiene ciertas limitaciones: Sólo funciona en tiempo real (no en modo de prueba...
Niquel Mendoza
Welcome to this blog. In this guide, I will show you an example of how to use the free News Filter library. Introduction This library allows you to filter live news according to its importance, but it has certain limitations: Only works in real time (not in tester mode...
Niquel Mendoza パブリッシュされたプロダクト
レビュー: 1
FREE

This library allows you to automatically filter events by symbol. Additionally, it requires the use of "flags" to classify events based on their importance (high, low, etc.). Properties: Our library is simple and only requires the export of four functions to work properly. Requirements: The library uses OnTimer , so it is not compatible with programs that also use this event. If your bot utilizes OnTimer , this may interfere with the library’s functionality and prevent event filtering. We

Niquel Mendoza
パブリッシュされた記事リスク管理(第2回):グラフィカルインターフェースでのロット計算の実装
リスク管理(第2回):グラフィカルインターフェースでのロット計算の実装

本記事では、前回の記事で紹介した内容をさらに発展させ、MQL5の強力なグラフィカルコントロールライブラリを使って実際にGUIを作成する方法を解説します。ステップごとに、完全に動作するGUIを作る過程を追いながら、各メソッドの仕組みや役割、そしてその背後にある考え方についても丁寧に説明します。また、記事の最後には、作成したパネルをテストして、正しく機能することを確認します。

Niquel Mendoza
パブリッシュされた記事リスク管理(第1回):リスク管理クラス構築の基礎
リスク管理(第1回):リスク管理クラス構築の基礎

本記事では、取引におけるリスク管理の基礎を解説し、適切なロットサイズやストップロスを計算するための最初の関数の作成方法を学びます。さらに、これらの機能がどのように動作するのかを、各ステップを追いながら詳しく説明します。本記事の目的は、自動売買においてこれらの概念をどのように適用するかを明確に理解することです。最後に、インクルードファイルを使用したシンプルなスクリプトを作成し、すべてを実践に落とし込みます。

Niquel Mendoza
パブリッシュされた記事高度なICT取引システムの開発:オーダーブロックインジケーターでのシグナルの実装
高度なICT取引システムの開発:オーダーブロックインジケーターでのシグナルの実装

この記事では、板情報(オーダーブックの数量)に基づいてオーダーブロックインジケーターを開発し、バッファを使用して最適化し、精度を向上させる方法を学習します。これにより、プロジェクトの現段階が終了し、リスク管理クラスとインジケーターによって生成されたシグナルを使用する取引ボットの実装を含む次の段階の準備が整います。

Niquel Mendoza
If you need to know the code of a specific event in the MQL5 economic calendar, follow these steps to easily find it: Steps to obtain the event code: Access the MQL5 economic calendar: Please go to the official calendar website by clicking on the following link: Economic Calendar of MQL5 Select t...
Niquel Mendoza
Si necesitas saber el código de un evento específico en el calendario económico de MQL5, sigue estos pasos para encontrarlo fácilmente: Pasos para obtener el código del evento: Accede al calendario económico de MQL5: Dirígete al sitio oficial del calendario haciendo clic en el siguiente enlace: C...
123