Niquel Mendoza
Niquel Mendoza
5 (3)
  • 信息
1 年
经验
7
产品
39
演示版
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
已发布文章风险管理(第五部分):将风险管理系统集成到 EA 中
风险管理(第五部分):将风险管理系统集成到 EA 中

在本文中,我们将实现在先前文章中开发的风险管理系统,并添加在其他文章中描述的订单区块指标。此外,我们将进行一次回测,以便比较启用风险管理系统前后的结果,并评估动态风险的影响。

Niquel Mendoza
已发布文章风险管理(第四部分):完善关键类方法
风险管理(第四部分):完善关键类方法

这是我们关于 MQL5 风险管理系列文章的第四部分,我们将继续探索保护和优化交易策略的高级方法。在前几篇文章中奠定了重要的基础之后,我们现在将专注于完成第三部分中推迟的所有剩余方法,包括检查是否达到特定利润或亏损水平的函数。此外,我们将引入新的关键事件,以实现更准确、更灵活的风险管理。

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
已发布文章风险管理(第三部分):构建风险管理主类
风险管理(第三部分):构建风险管理主类

在本文中,我们将开始创建一个核心风险管理类,这将是控制系统风险的关键。我们将重点建立基础,定义基本结构、变量和函数。此外,我们将实施设定最大损益值的必要方法,从而为风险管理奠定基础。

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...
· 1 1498
Niquel Mendoza 已发布产品

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
已发布文章风险管理(第二部分):在图形界面中实现手数计算
风险管理(第二部分):在图形界面中实现手数计算

在本文中,我们将探讨如何使用强大的 MQL5 图形控件库来改进和更有效地应用上一篇文章中提出的概念。我们将逐步完成创建一个功能齐全的图形用户界面。我将解释它背后的想法,以及所使用的每种方法的目的和操作。此外,在本文的最后,我们将测试我们创建的面板,以确保它正确运行并实现其既定目标。

· 1 1054
Niquel Mendoza
已发布文章风险管理(第一部分):建立风险管理类的基础知识
风险管理(第一部分):建立风险管理类的基础知识

在本文中,我们将介绍交易风险管理的基础知识,并学习如何创建第一个函数来计算交易的适当手数以及止损。此外,我们将详细介绍这些功能的工作原理,解释每个步骤。我们的目标是清楚地了解如何在自动交易中应用这些概念。最后,我们将通过创建一个包含文件的简单脚本来将所有内容付诸实践。

Niquel Mendoza
已发布文章开发先进的 ICT 交易系统:在订单块指标中实现信号
开发先进的 ICT 交易系统:在订单块指标中实现信号

在本文中,您将学习如何基于订单簿交易量(市场深度)开发订单块(Order Blocks)指标,并使用缓冲区对其进行优化以提高准确性。这结束了项目的当前阶段,并为下一阶段做准备,下一阶段将包括实施风险管理类和使用指标生成的信号的交易机器人。

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