Niquel Mendoza
Niquel Mendoza
5 (3)
  • 情報
1 年
経験
7
製品
42
デモバージョン
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
パブリッシュされた記事リスク管理(第5回):リスク管理システムをエキスパートアドバイザーに統合する
リスク管理(第5回):リスク管理システムをエキスパートアドバイザーに統合する

本記事では、これまで開発したリスク管理システムを実装し、さらに別記事で解説したOrder Blocksインジケーターを追加します。加えて、バックテストを実行し、リスク管理システムの有無による結果の違いを比較することで、動的リスク管理の影響を評価します。

Niquel Mendoza
パブリッシュされた記事リスク管理(第4回):主要クラスメソッドの完了
リスク管理(第4回):主要クラスメソッドの完了

MQL5におけるリスク管理に関する連載の第4回です。本連載では、取引戦略を保護しつつ最適化するための高度な手法を段階的に解説しています。前回までの内容で重要な基礎はすでに整っており、本記事では第3回で後回しにしていた残りの実装をすべて完結させます。具体的には、設定された利益および損失の上限に到達したかどうかを判定するための各種関数を完成させます。さらに、より高精度かつ柔軟なリスク制御を実現するための新しいイベント機構についても導入します。

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