Cita Iniciado por ;
{quote} Gracias. ¿Qué MA? ¿Hay alguna descripción de la configuración del EA? ¿Qué configuración usas? ¿Tu EA está funcionando todo el día?
////////xxxxxxx if (MarketBuysCount gt; = 1) if (Bid lt; SMA30A4H - NormalizeDouble (35factor, Dígitos)) if (SMA15A4H gt; SMA30A4H) {DeleteBuyOpen = true;}/}////xxxxxxx if (MarketSellsCount gt; = 1) if (Ask gt; SMA30A4H NormalizeDouble (35factor, Dígitos)) if (SMA15A4H lt; SMA30A4H) {DeleteSellOpen = true;}/}///////xxxxxxx if (MarketBuysCount gt; = 1) if (Bid lt; SMA15A4H - NormalizeDouble (14factor, Digits)) if (SMA15A4H lt; SMA30A4H) {DeleteBuyOpen = true;}/}////xxxxxxx if (MarketSellsCount gt; = 1) if (Ask gt; SMA15A4H NormalizeDouble (14factor, Digits)) if (SMA15A4H gt; SMA30A4H) {DeleteSellOpen = true;}/} línea 2123 está por encima del código para cerrar es SMA15A4H es igual a SMooth Moving Average 15 4Hr SMA30A4H es igual a SMooth Moving Average 30 4Hr