Produtos publicados

Mais votados
Encrypter 2 EA
Luis Enrique Ricales
5 (2)
Prepare-se para levar suas negociações para o próximo nível com o Encrypter 2 EA 1.7! Descubra os recursos mais recentes que adicionamos para melhorar ainda mais sua experiência de negociação. Melhore seus resultados e faça negociações mais inteligentes com nossas novas ferramentas avançadas. Recursos em destaque: Análise poderosa: Use indicadores técnicos de elite, como MACD e SAR, para analisar o mercado com precisão. Decisões inteligentes: Avalie as condições do mercado e tome decisões inform
Encrypter 4 EA
Luis Enrique Ricales
Recursos em destaque: Análise de Sinal MACD   :     O EA usa o indicador Convergência/Divergência de Médias Móveis (MACD) para identificar oportunidades de negociação.   A lógica está incluída para sinais de reversão, cruzamento e cruzamento MACD. Gerenciamento de posições   :     Oferece recursos avançados de gerenciamento de posições, incluindo o fechamento de todas as posições abertas e a verificação da existência de posições para um símbolo específico e número mágico. Controle de Risco   :  
Encrypter 3 EA
Luis Enrique Ricales
Pronto para dar uma turbinada na sua atuação no mercado financeiro?   Nosso EA é o aliado que você precisa.   Mas antes de entrar em detalhes, vamos relembrar as regras de ouro que norteiam nossa descrição: Regras que respeitamos   : Sem promessas de ganhos:   Em primeiro lugar, somos realistas.   Não garantimos lucros instantâneos.   Negociar é um mundo de riscos e recompensas. Sem Exageros:   Não precisamos recorrer a superlativos exagerados para destacar as vantagens do nosso produto.   Os f
Encrypter 1 EA
Luis Enrique Ricales
A mecânica do Expert Advisor (EA) é um sistema de negociação automatizado que utiliza uma estratégia de negociação em grade para operar no mercado de câmbio.   A estratégia de grade envolve a abertura de múltiplas ordens pendentes (ordens limitadas) em ambas as direções (compra e venda) em determinados níveis de preços no gráfico.   À medida que o mercado se move, o EA espera atingir um certo número de pips de lucro e depois fecha as ordens. Abaixo descrevo a mecânica do EA com mais detalhes: T
SAR based on MA
Luis Enrique Ricales
La idea de este indicador es la siguiente: reemplazar los precios High, Low del indicador SAR por los valores del indicador Moving Average. Al final tendremos la siguiente imagen: Es decir, el indicador SAR cambia su dirección después de tocar el indicador Moving Average. Parámetros de entrada SAR: Step   - parámetro "Step" del indicador SAR; SAR: Maximum   - parámetro "Maximum" del indicador SAR; MA: Period   - parámetro "período de promediación" del indicador MA; MA: Shift   - parámetro "d
FREE
Trend Envelopes indicator is calculated based on a % of price change. That % is then used to determine if there is a new trend or trend remains the same. This version is using Standard Deviation for the price change calculation instead and is adding prices smoothing prior to be used in calculations. The smoothing can be done using one of the 4 average types: *   Simple Moving Average *   Exponential Moving Average *   Smoothed Moving Average *   Linear Weighted Moving Average Als
FREE
Chandelier closed
Luis Enrique Ricales
Developed by Charles Le Beau and featured in Alexander Elder's books, the Chandelier Exit sets a trailing stop-loss based on the Average True Range (ATR). The indicator is designed to keep traders in a trend and prevent an early exit as long as the trend extends. Typically, the Chandelier Exit will be above prices during a downtrend and below prices during an uptrend. Calculation The original Chandelier Exit formula consists of three parts: a period high or period low, the Average True
FREE
Volty Channel Stop
Luis Enrique Ricales
Es un indicador que no se repinta y que muestra la tendencia a corto plazo. contiene lo siguiente: Visual Mode MA Period  MA Method MA Price ATR Period Volatility Factor Offset Factor  Use Break Use Envelopes Use Alert cualquier sugerencia hagamelo saber en los comentarios y también colocar estrellas para postear más contenido, indicadores y advisor actualizadas
FREE
Mt5 waddah attar
Luis Enrique Ricales
En esta versión, las alertas están funcionando y en la versión que publicó, la zona muerta de atr era solo una zona muerta sin atr, por lo que también la convirtió en una zona muerta de atr. Indicator input parameters   input int Fast_MA = 20;       // Period of the fast MACD moving average input int Slow_MA = 40;       // Period of the slow MACD moving average input int BBPeriod=20;        // Bollinger period input double BBDeviation=2.0; // Number of Bollinger deviations input int  Sensetiv
FREE
SSL Alerts
Luis Enrique Ricales
================         // Average period                      ma_Sma,                               // Simple moving average          ma_Ema,                               // Exponential moving average          ma_Smma,                              // Smoothed MA          ma_Lwma                               // Linear weighted MA ===============   // Average method       // Turn alerts on?       // Alert on current bar?      // Display messageas on alerts?        // Play sound on alerts?    
FREE
EA Smile 1 MT5
Luis Enrique Ricales
4.67 (3)
The EA tries not to open more than two positions of each type (BUY and SELL). The following rule is used: if there is a position, then the next position of the same type can be opened no earlier than after   Trade once in the "timeframe of checked elements"   * number of seconds on the   History: timeframe of checked elements   timeframe. Input Values Trade once in "timeframe of checked elements"   - the minimum time interval, after which the second position can be opened (the parameter value
FREE
Donchian Trend Ribbon 2
Luis Enrique Ricales
5 (1)
I think you all know Donchian Channels. so I am not going to write about it. With this indicator I tried to create Donchian Trend Ribbon by using Donchian Channels. How it works ? - it calculates main trend direction by using the length that is user-defined. so you can change it as you wish - then it calculates trend direction for each 9 lower lengths. if you set the length = 20 then the lengths are 19, 18,...11 - and it checks if the trend directions that came from lower lengths i
FREE
EA Smile 2 MT5
Luis Enrique Ricales
The EA trades on two indicators iMA (Moving Average, MA) and one iRSI (Relative Strength Index, RSI). Decision on trade signals is only made when a new bar appears, while positions are trailed and closed (in case of profit) at every tick. An unconventional solution was applied: The   Slow   indicator averaging period is calculated as the   Fast   averaging period multiplied by two, while the   RSI   averaging period is always equal to the   Fast   averaging period. This reduces the number of par
FREE
EA Smile 3 MT5
Luis Enrique Ricales
Working with pending orders Buy Stop and Sell Stop. A channel of two indicators iMA (Moving Average, MA). Input parameters Take Profit   - Take Profit; Trailing Stop   - trailing; Trailing Step   - trailing step; Lots   - lot size is set manually (a NECESSARY CONDITION:   Risk   must be equal to zero!); Risk   - lot size is calculated automatically, in risk percents per trade (a NECESSARY CONDITION: "Lots" must be equal to zero!); Difference   - offsets from the channel borders; Expert Every T
FREE
Stop and Take EA
Luis Enrique Ricales
5 (1)
The Expert Advisor is only designed for manual trading. The EA sets stop loss and take profit for positions and pending orders on the current symbol. It also has trailing stop and breakeven functions. Input Parameters Stop loss   - stop loss value; Take profit   - take profit value; Close all if profit reached the x percent of balance or   - close all positions once the total profit reaches x percent of balance; close all if profit reached the x profit amount in currency   - close all position
FREE