Niquel Mendoza / Profilo
- Informazioni
|
2 anni
esperienza
|
6
prodotti
|
50
versioni demo
|
|
1
lavori
|
0
segnali
|
0
iscritti
|
SimPHash is a free script that automatically generates ultra-fast conversion functions from a string to a value: it can be a simple type (integer, double, ulong, etc.) or an index into your own array or struct when the value you need is more complex. Instead of using a HashMap, a linear array with a search, or an endless chain of if / switch, SimPHash builds a Perfect Hash table at design time: a function that resolves each known key in a handful of arithmetic operations and a single array
En este artículo implementaremos un nuevo método para la gestión de posiciones, parecido a los cierres parciales "simples" que implementamos anteriormente, pero con una diferencia importante. En lugar de basarse en niveles de takeprofit fijos, este enfoque aplica los cierres parciales al momento de cumplirse cierta condición específica. De ahí su nombre: "Cierres parciales condicionales". En esta primera parte de la implementación en MQL5 veremos cómo funciona esta técnica de gestión de posiciones.
This article develops a class for managing partial position closing in MQL5 and then integrates it into an Order Blocks Expert Advisor. It also presents test results comparing the strategy with and without partial position closing, and analyzes the conditions under which this approach can help provide and maximize profit. In conclusion, partial position closing can be highly beneficial in trading strategies, especially those focused on wider price movements.
This article completes the implementation of ATR- and RRRR-based breakeven mechanisms in MQL5 and develops, from scratch, a class that makes it easy to switch breakeven modes without having to enter the parameters again. To evaluate the effectiveness of each breakeven type, several backtests are run, analyzing their advantages and disadvantages in the context of algorithmic trading.
LEARNING TO USE THE ICT-SMC CONCEPTS INDICATOR - PART 5: MARKET STRUCTURE
LEARNING TO USE THE ICT-SMC CONCEPTS INDICATOR – PART 6: EQUALS - CISD - OTE
This article discusses the application of a breakeven mechanism in automated strategies using the MQL5 language. We will start with a simple explanation of what the breakeven mode is, how it is implemented, and its possible variations. Next, this functionality will be integrated into the Order Blocks expert advisor, which we created in our last article on risk management. To evaluate its effectiveness, we will run two backtests under specific conditions: one using the breakeven mechanism and the other without it.
