Buy Sell Simultaneously
- Asesores Expertos
- Danny Setyawijayanto
- Versión: 1.0
- Activaciones: 5
Este EA abrirá Compra y Venta simultáneamente después de adjuntarlo al gráfico. Se ha personalizado agrupación paso cuadrícula y grupo multiplicador de lote.
Por favor, póngase en contacto conmigo si tiene alguna pregunta. Por favor, como, compartir y suscribirse a mi canal de Youtube.
Voy a dar esta EA GRATIS para todo el mundo si hay 2k Suscriptor en mi canal de Youtube, por favor pregunte a su amigo, porque suscribirse es GRATIS :).
Necesita al menos 10k balance (10k centavos o 10k $), o se puede ajustar con varios ajustes dentro de la EA para obtener el resultado mínimo drawdown.
El ajuste por defecto no es el mejor.
input string TS1 = "======================"; //Configuración comercial input bool Compounding_Lot = False;//Lote compuesto input double LotStart = 0.01; //Lote inicial input int Balance = 1000; //Saldo inicial (obligatorio si se compone) input int LotLevel = 3; // Multiplicador del lote después del nivel input double LotMultiplier = 2; // Multiplicador de lotes input double MaximumLot = 25.6;//Lote máximo input int MaximumPos = 30; // Posición máxima input string TS2 = "======================"; //Configuración comercial input double Step = 20; //Paso input int StepLevel1 = 5; //Nuevo Paso1 a Nivel input double NewStep1 = 35; //Nuevo Paso1 input int StepLevel2 = 10; //Nuevo Paso2 a Nivel input double NewStep2 = 35; //Nuevo paso 2 input string TS3 = "======================"; //Configuración comercial input double TPS = 40; // Take Profit input int TPB = 5; // TP BEP a nivel input double TPA = 20; // BEP + TP input double SL = 0; //Stop Loss

